# Scim Actions related to SCIM tokens ## Creates a SCIM token, must be connected to an SSO Provider - [POST /v0/scim](https://developer.aritma.com/apis/platform/iam/openapi/iam-openapi/scim/paths/~1v0~1scim/post.md): The SCIM token secret will only be showed in the response of this endpoint, it will never be shown again, so be sure to copy it. ## Lists all registered SCIM tokens - [GET /v0/scim](https://developer.aritma.com/apis/platform/iam/openapi/iam-openapi/scim/paths/~1v0~1scim/get.md) ## Deletes a SCIM token by id - [DELETE /v0/scim/{id}](https://developer.aritma.com/apis/platform/iam/openapi/iam-openapi/scim/paths/~1v0~1scim~1%7Bid%7D/delete.md)