SlashID Identity Management API
The Identity Management API from SlashID — 72 operation(s) for identity management.
Operations 129
PATCH
/persons/{person_id}/attributes
Create or modify attributes for a person in multiple buckets
#
PATCH
/persons/{person_id}/attributes/{bucket_name}
Create or modify attributes for a person in a single bucket
#
PUT
/persons/{person_id}/attributes/{bucket_name}
Create or modify attributes for a person in a single bucket
#
GET
/persons/{person_id}/attributes/{bucket_name}
Retrieve attributes for a person from a single bucket
#
DELETE
/persons/{person_id}/attributes/{bucket_name}
Delete attributes for a person from a single bucket
#
POST
/organizations/sso/oidc/provider-credentials
Create a new set of OIDC provider credentials for SSO
#
GET
/organizations/sso/oidc/provider-credentials/{oauth_client_id}
Get an existing set of OIDC provider credentials for SSO
#
DELETE
/organizations/sso/oidc/provider-credentials/{oauth_client_id}
Delete an existing set of OIDC provider credentials for SSO
#
PATCH
/organizations/sso/oidc/provider-credentials/{oauth_client_id}
Modify an existing set of OIDC provider credentials for SSO
#
PATCH
/organizations/attributes
Create or modify attributes for the organization in multiple buckets
#
PUT
/organizations/attributes
Create or modify attributes for the organization in multiple buckets
#
PATCH
/organizations/attributes/{bucket_name}
Create or modify attributes for the organization in a single bucket
#
PUT
/organizations/attributes/{bucket_name}
Create or modify attributes for the organization in a single bucket
#
GET
/organizations/attributes/{bucket_name}
Retrieve attributes for the organization from a single bucket
#
DELETE
/organizations/attributes/{bucket_name}
Delete attributes for the organization from a single bucket
#
GET
/oauth2/clients/{oauth_client_id}/ui-configuration
Retrieve the configuration for the hosted UI
#