Users
Update User
PATCH
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Headers
The account identifier
Path Parameters
Body
application/json
Primary email address of the user. This is generally a work email address.
Example:
"han@stackone.com"
Example:
"Han"
Example:
"Solo"
User's name which (can be a full name or display name)
Example:
"Han Solo"
Example:
"hansolo1977"
Indicates if the user is a bot or service user
Example:
true
Value to pass through to the provider
Example:
{ "other_known_names": "John Doe" }
Was this page helpful?