PATCH /v2/users/{userId}
PATCH
/v2/users/{userId}
Parameters
Path Parameters
userId*string
Request Body
application/merge-patch+json
Responses
OK
JSON
{
"id": "string",
"userName": "string",
"email": "string",
"firstName": "string",
"lastName": "string",
"displayName": "string",
"type": "string",
"businessUnitId": 0,
"groups": [
{
}
]
}
PATCH
/v2/users/{userId}