Optional
configuration: ConfigurationOptional
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: RawAxiosRequestConfigOverride http request option.
A unique integer value identifying this user.
Optional
patchedUserRequest: PatchedUserRequestOptional
options: RawAxiosRequestConfigOverride http request option.
A unique integer value identifying this user.
Optional
options: RawAxiosRequestConfigOverride http request option.
Method returns an instance of a user who is currently authenticated
Optional
options: RawAxiosRequestConfigOverride http request option.
UsersApi - functional programming interface
Export