Introduction
Get users
Get user
Add user
Update user
Get groups
Get group
Add group
Update group
{ "schemas": [ "urn:ietf:params:scim:schemas:core:2.0:User" ], "meta": { "resourceType": "User", "created": "2023-01-20T13:21:10.661Z", "lastModified": "2022-05-13T13:57:16.661Z", "location": "{url to get user with scim protocol}" }, "id": 1, "name": { "givenName": "Johnny", "familyName": "Doe" }, "userName": "admin", "active": true, "emails": [ { "value": "admin@mail.io", "type": "work", "primary": true } ], "groups": [ { "value": 1, "display": "Admins", "$ref": "{url to get group with scim protocol}" } ] }
A schema has not been defined for this response code.