- Ability to invoke agents & workflows
- Ability to access the Soma admin UI
- Group approval workflows
Group approval workflows
- Typescript
- Python
Synchronizing users, groups & roles
The manual way
You can manually synchronize users, groups & roles into Soma. First, create an admin API key:GET / PUT / POST / DELETE /api/identity/v1/users- manage usersGET / PUT / POST / DELETE /api/identity/v1/groups- manage groupsPOST / DELETE /api/identity/v1/groups/{id}/members- manage group members
SCIM
SCIM is a standard for provisioning users, groups & roles into Soma. You can configure a SCIM endpoint to synchronize users, groups & roles into Soma. From more information about SCIM, please read the following resource. You can configure authentication checks for the SCIM endpoint using:- API key (provision a Soma API key with an admin role)