Automated user provisioning
Learn what you need to provide for automated user provisioning and how and where to use your generated SCIM token.
To access this page, go to Settings > Admin Settings > Automated User Provisioning.
note:
If you’re using the older navigation, select your account dropdown and go to Company Settings > Automated User Provisioning.
How to get your SCIM token
You will need to provide the following information to get your SCIM token:
- Select a default workspace for new dashboard developers to be added to. If you do not specify a workspace in the create users SCIM API call, they will be added here.
- Provide a service origin. The service origin is how Braze identifies where the request is coming from.
- Optionally provide a comma-separated list or range of IP addresses allowed for SCIM requests. The
X-Origin-Request
header in each request will be used to check the request IP address against the allowlist.
Once you have completed the required fields, you can generate a SCIM token and see your SCIM API endpoint. This token will only be presented once. Braze expects all SCIM requests to contain the SCIM API bearer token attached via an HTTP Authorization
header.