Create a new person (employee) in Firstbase via SCIM
Creates a new person record in Firstbase using the SCIM 2.0 protocol. Triggers automatic equipment ordering if the person is assigned to an active package. The userName field must be a unique email address. Returns 409 if a user with the same userName already exists.
Authorizations
Prefix the value with "ApiKey" to indicate the custom authorization type
Query Parameters
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
Body
A physical mailing address for this user. If multiple addresses are present, the element that will be used as the user's Firstbase address will be selected by the following precedence: type home marked as primary, the first home address, the primary address, otherwise the first provided address.
The userName must match the primary email address.
"jenny.smith@example.com"
Email addresses for the user. If multiple addresses are present, the primary will be used, otherwise the first element will be the user's Firstbase primary email AND userName.
The components of the user's name.
Define attributes of the User's on-boarding, including their initial package ID and start date.
The schemas defining the attributes of the resources.
Phone numbers for the user. The value SHOULD be specified according to the format defined in [RFC3966], e.g., 'tel:+1-201-555-0123' If multiple phone numbers are present, the primary otherwise the first element will be the user's Firstbase phone number.
Response
User has been created
A physical mailing address for this user. If multiple addresses are present, the element that will be used as the user's Firstbase address will be selected by the following precedence: type home marked as primary, the first home address, the primary address, otherwise the first provided address.
The userName must match the primary email address.
"jenny.smith@example.com"
Email addresses for the user. If multiple addresses are present, the primary will be used, otherwise the first element will be the user's Firstbase primary email AND userName.
The components of the user's name.
Define attributes of the User's on-boarding, including their initial package ID and start date.
The schemas defining the attributes of the resources.
Phone numbers for the user. The value SHOULD be specified according to the format defined in [RFC3966], e.g., 'tel:+1-201-555-0123' If multiple phone numbers are present, the primary otherwise the first element will be the user's Firstbase phone number.