English
cURL
curl --request PATCH \ --url https://cloud.memsource.com/web/api2/v1/scim/Users/{userId} \ --header 'Content-Type: application/json' \ --data '{}'
{ "schemas": "[ \"urn:ietf:params:scim:schemas:core:2.0:User\" ]", "id": "<string>", "userName": "<string>", "name": { "givenName": "<string>", "familyName": "<string>" }, "active": true, "emails": [ { "value": "<string>", "type": "<string>", "primary": true } ], "meta": { "created": "2023-11-07T05:31:56Z", "location": "<string>" } }
Patched
Show child attributes
1 - 2147483647
"[ \"urn:ietf:params:scim:schemas:core:2.0:User\" ]"
Default: true
Was this page helpful?