PUT {{baseUrl}}/scim2/Users/:userId
Use this API to update a user's information. OAuth Scope: scim2
Rate Limit Label: Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"id": "<string>",
"meta": {
"resourceType": "<string>",
"location": "<string>",
"version": "<string>"
},
"schemas": [
"<string>",
"<string>"
],
"name": {
"givenName": "<string>",
"familyName": "<string>"
},
"emails": [
{
"type": "<string>",
"value": "<email>",
"primary": "<boolean>"
},
{
"type": "<string>",
"value": "<email>",
"primary": "<boolean>"
}
],
"displayName": "<string>",
"userName": "<email>",
"active": "<boolean>",
"userType": "On-Prem",
"title": "<string>",
"locale": "<string>",
"phoneNumbers": [
{
"type": "home",
"value": "<string>"
},
{
"type": "office",
"value": "<string>"
}
],
"roles": [
{
"display": "<string>",
"value": "<string>",
"primary": "<boolean>"
},
{
"display": "<string>",
"value": "<string>",
"primary": "<boolean>"
}
],
"groups": [
{
"display": "<string>",
"type": "<string>",
"primary": "<string>"
},
{
"display": "<string>",
"type": "<string>",
"primary": "<string>"
}
],
"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User": {
"{customAttribute}": "<string>",
"department": "<string>",
"organization": "<string>"
},
"urn:ietf:params:scim:schemas:extension:zoom:1.0:User": {
"{customAttribute}": "<string>",
"personalLinkName": "<string>",
"pronouns": "<string>",
"zoomUnited": "<string>",
"zoomOneBizPlus": "<string>",
"zoomIQ": "<boolean>",
"zoomCustomerManagedKey": "<boolean>",
"zoomWhiteboard": "<boolean>",
"zoomWhiteboardPlus": "<boolean>",
"zoomTranslatedCaptions": "<boolean>",
"zoomHuddles": "<boolean>"
}
} |
ENDPOINTS