POST
/
api
/
scim
/
v2
/
Users

Body

userName
string
required

The user’s email address

name
object
required
givenName
string
required

The user’s first name

familyName
string
required

The user’s last name

userType
string
required

The user’s role. Values can be sender, manager, admin.

division
string
required

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

schemas
array
required

The SCIM RFC schema for the user resource - always urn:ietf:params:scim:schemas:core:2.0:User

id
string
required

The user’s identifier

userName
string
required

The user’s email address

active
boolean
required

Whether or not the user is active or not in the Sendoso platform.

name
object
required
givenName
string
required

The user’s first name

familyName
string
required

The user’s last name

emails
array
required

The user’s personal balance

emails
array
required
value
string
required

The user’s email address

userType
string
required

The user’s role. Values can be sender, manager, admin.

division
string
required

The user’s team.