Replace a Firstbase person's profile via SCIM (full update)
Performs a full replacement (PUT) of a person’s SCIM attributes. All writable fields in the request body overwrite the existing values. Used by identity providers (IdPs) to keep person data in sync. Returns 409 if the updated userName conflicts with another existing user.
Authorizations
Prefix the value with "ApiKey" to indicate the custom authorization type
Path Parameters
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 updated
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.