This section explains how to manage users and groups through the SCIM API.
Learn how to use SCIM provisioning to sync users from your identity provider to your Tealium account.
Learn how to configure SCIM with a supported identity provider.
The POST Group API creates a new group in the account.
The POST User API creates a new user in the account.
The GET Group API retrieves an existing group from the account.
The GET User API retrieves an existing user from the account.
The GET Groups API retrieves a list of groups from the account.
The GET Users API retrieves a list of users from the account.
The PUT Group API replaces an existing group in the account.
The PUT User API replaces an existing user in the account.
The DELETE Group API removes an existing group from the account.
The DELETE User API removes an existing user from the account.