SCIM Reference
Create User
Create a new user and assign them a role and a team
POST
/
api
/
scim
/
v2
/
Users
Body
The user’s email address
The user’s role. Values can be sender
, manager
, admin
.
The user’s team. This value needs to match the exact team group name in Sendoso. See more information to get team group names.
Response
The SCIM RFC schema for the user resource - always urn:ietf:params:scim:schemas:core:2.0:User
The user’s identifier
The user’s email address
Whether or not the user is active or not in the Sendoso platform.
The user’s personal balance
The user’s role. Values can be sender
, manager
, admin
.
The user’s team.