SCIM Endpoints
The System for Cross-domain Identity Management (SCIM) specification is designed to make managing user identities in cloud-based applications and services easier by providing a defined schema for representing users and groups. Use the Braze SCIM endpoints to manage automated user provisioning.
How to export a list of users with dashboard access
Use this workflow to audit users who have access to your Braze dashboard.
- Download the Security Event report from Settings > Admin Settings > Security Settings > Security Event Download.
- Extract the user emails from the report.
- For each email, use GET: Search Existing Dashboard User Account by Email to retrieve the user details.
- If needed, use the returned resource
idwith GET: Look Up an Existing Dashboard User Account by Resource ID for additional user details.
For the full SCIM endpoint list, see SCIM Endpoints. For more information about the report source, see Downloading a security event report.
New Stuff!