SCIM 2.0
The SCIM API allows to manage user accounts within the UI Bakery workspace.
Enabling the SCIM API
UI_BAKERY_SCIM_TOKEN=YOUR_TOKENMaking Requests to the UI Bakery SCIM API
http(s)://UI_BAKERY_INSTANCE/api/scim/v2/{workspace}Supported Operations with the SCIM API
Reference
User methods:
Get list of users in workspace
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Get user by email
Path Parameters
Name
Type
Description
Create user
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Request Body
Name
Type
Description
Update user
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Patch user
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Delete user by email
Path Parameters
Name
Type
Description
Groups (UI Bakery roles) methods
Get list of workspace roles
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Get role details by id
Path Parameters
Name
Type
Description
Create role
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Update role
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Patch role
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Delete role by id
Path Parameters
Name
Type
Description
Example of integration with Okta
Create a new application
Connect integration with UI Bakery
Configure integration
Last updated
Was this helpful?