patch https://api.bigpanda.io/resources/v1.0/scim/Users/
Updates a specific user account.
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the User API Key type of Authorization token.
Usage
Attributes for a specific user in the system can be modified via the unique id
. The supported attributes for modification include displayName
, phoneNumbers
, active
, and roles
.
Similarly, this patch command can be used to disable a user account by updating its active
value to false
.