This adds users to a team. It can fail if the license is exceeded. A user gets the MEMBER role by default.
OK
OK, but no content to return.
Bad Request. Please check the response contents for an explanation of the cause. Causes include exceeding the team license, duplicate or empty user names or names that exceed 100 characters.
Unauthorized. Please check whether your API key or application key has sufficient permissions. In case you are unsure, please refer the documentation on application keys and permissions.
Forbidden
An internal error happened. Please forward the associated error ID along with any helpful information to our support
{- "schemas": [
- "urn:ietf:params:scim:schemas:core:2.0:User",
- "urn:celonis:params:scim:schemas:extension:2.0:User"
], - "userName": "user@celonis.com",
- "displayName": "SCIM User #1",
- "externalId": "DEADBEEF",
- "role": "ANALYST",
- "sendEmailOnInvitation": "true"
}