Users
Prefix the value with "ApiKey" to indicate the custom authorization type
Fetch user with a given name or email address using SCIM operators
Examples:
emails.value eq "[email protected]"
name.givenName eq "James" and name.familyName eq "Bond"
The 1-based start index of the first user to be returned
The number of users to be returned. A maximum of 50 users will be returned in a page.
Comma-separated SCIM defined attributes to be returned. Required attributes are always returned
Comma-separated SCIM defined attributes to be excluded. Required attributes cannot be excluded
List of users
Bad Request
Forbidden
Not Found
Prefix the value with "ApiKey" to indicate the custom authorization type
Unique id of the user
Comma-separated SCIM defined attributes to be returned. Required attributes are always returned
Comma-separated SCIM defined attributes to be excluded. Required attributes cannot be excluded
User has been found
Bad Request
Forbidden
Unable to find user
Prefix the value with "ApiKey" to indicate the custom authorization type
Comma-separated SCIM defined attributes to be returned. Required attributes are always returned
Comma-separated SCIM defined attributes to be excluded. Required attributes cannot be excluded
The schemas defining the attributes of the resources.
["urn:ietf:params:scim:schemas:core:2.0:User","urn:ietf:params:scim:schemas:extension:firstbase:1.0:User"]User has been created
Bad Request
Forbidden
Unable to find organization or package
Unable to create user due to conflict
Prefix the value with "ApiKey" to indicate the custom authorization type
Comma-separated SCIM defined attributes to be returned. Required attributes are always returned
Comma-separated SCIM defined attributes to be excluded. Required attributes cannot be excluded
The schemas defining the attributes of the resources.
["urn:ietf:params:scim:schemas:core:2.0:User","urn:ietf:params:scim:schemas:extension:firstbase:1.0:User"]User has been updated
Bad Request
Forbidden
Unable to find person, organization or package
Unable to update user due to conflict
Deleting a User will start the Offboarding process for the user. This is a SOFT delete, in which the user will still have access to the Firstbase platform until offboarding has completed
Prefix the value with "ApiKey" to indicate the custom authorization type
Unique id of the user
User has been deleted and offboarding has started
Bad Request
Forbidden
Unable to find user
No content
Last updated