Optional
configuration: ConfigurationA unique integer value identifying this user.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method deletes a specific user from the server
Optional
xOrganization: stringOrganization unique slug
Optional
filter: stringJSON Logic filter. This filter can be used to perform complex filtering by grouping rules. For example, using such a filter you can get all resources created by you: - {"and":[{"==":[{"var":"owner"},"<user>"]}]} Details about the syntax used can be found at the link: https://jsonlogic.com/ Available filter_fields: ['username', 'first_name', 'last_name', 'id', 'is_active'].
Optional
firstName: stringA simple equality filter for the first_name field
Optional
isActive: booleanA simple equality filter for the is_active field
Optional
lastName: stringA simple equality filter for the last_name field
Optional
org: stringOrganization unique slug
Optional
orgId: numberOrganization identifier
Optional
page: numberA page number within the paginated result set.
Optional
pageSize: numberNumber of results to return per page.
Optional
search: stringA search term. Available search_fields: ('username', 'first_name', 'last_name')
Optional
sort: stringWhich field to use when ordering the results. Available ordering_fields: ['username', 'first_name', 'last_name', 'id', 'is_active']
Optional
username: stringA simple equality filter for the username field
Optional
options: AxiosRequestConfig<any>Override http request option.
Method returns a paginated list of users
A unique integer value identifying this user.
Optional
patchedUserRequest: PatchedUserRequestOptional
options: AxiosRequestConfig<any>Override http request option.
Method updates chosen fields of a user
A unique integer value identifying this user.
Optional
options: AxiosRequestConfig<any>Override http request option.
Method provides information of a specific user
Method returns an instance of a user who is currently authorized
Optional
options: AxiosRequestConfig<any>Override http request option.
Method returns an instance of a user who is currently authorized
Generated using TypeDoc
UsersApi - functional programming interface