SSO Users
SSO Users allow you to manage single sign-on configurations for your instance.
SSO Users object
Attributes
object
StringType of the object, fixed as sso.tenant
id
StringThe unique identifier of the sso tenant
sso_tenant
Objectsso_user_id
StringThe SSO Tenant ID associated with this user
The email address of the SSO user
first_name
StringThe first name of the SSO user
last_name
StringThe last name of the SSO user
profiles
ObjectList of SSO user profiles associated with this user
created_at
DateThe ISO 8601 timestamp when the sso user was created
updated_at
DateThe ISO 8601 timestamp when the sso user was last updated
{"object": "sso.tenant","sso_tenant": {"object": "sso.tenant"},"profiles": [{"object": "sso.user_profile","sso_tenant": {"object": "sso.tenant"}},{"object": "sso.user_profile","sso_tenant": {"object": "sso.tenant"}}]}
List SSO Tenants
Returns a paginated list of sso tenants.
Query Parameters
limit
NumberOptionalafter
StringOptionalbefore
StringOptionalcursor
StringOptionalorder
EnumOptionalprofile_id
UnionOptionalconsumer_profile_id
UnionOptionalcurl -X GET "https://api.metorial.com/sso-users" \-H "Authorization: Bearer metorial_sk_..."
Get SSO Tenant by ID
Retrieves details for a specific sso tenant by its ID.
URL Parameters
sso_user_id
StringThe unique identifier for the sso_user
curl -X GET "https://api.metorial.com/sso-users/sso_Rm4Mnheq2bfEPhBhP7SY" \-H "Authorization: Bearer metorial_sk_..."