IAM API
string · requiredstring · enuminteger · int32integer · uint32integer · uint64
System for Cross-domain Identity Management (SCIM) is an open standard that allows you to automate the exchange of user identity information between your identity provider and Scaleway. With SCIM, you can manage user provisioning and deprovisioning, as well as group management, directly from your identity provider, ensuring that your IAM users and groups are always up to date.
Get SCIM configuration of an Organization
GET
https://api.scaleway.com
/iam/v1alpha1/organizations/{organization_id}/scim
Enable SCIM for an Organization
POST
https://api.scaleway.com
/iam/v1alpha1/organizations/{organization_id}/scim
List SCIM tokens
GET
https://api.scaleway.com
/iam/v1alpha1/scim/{scim_id}/tokens
path Parameters
scim_idID of the SCIM configuration.
query Parameters
order_bySort order of SCIM tokens.
Enum values:
created_at_asc
created_at_desc
Default: created_at_asc
pageRequested page number. Value must be greater or equal to 1.
page_sizeNumber of items per page. Value must be between 1 and 100.
List SCIM tokens › Responses
200
List of SCIM tokens.
total_countTotal count of SCIM tokens.