Update User Organization API.
ADMIN[ADMIN]ADMIN permission can update user organizations.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Content type, must be "application/json".
"application/json"Session token used for authenticating the request.
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxMjM0NTY3ODkwIiwic2Vzc2lvbklkIjoiYWJjZGVmMTIzNDU2IiwiaWF0IjoxNjA1MDk3ODk5LCJleHAiOjE2MDUxODQyOTl9.4XRQ1iXDyvEj5LgPZHbmTmzOZs98M3YPOzgf3MhxjaI"
Unique identifier of the user or "me" to refer to the authenticated user.
-9007199254740991 <= x <= 9007199254740991"me"
Details required to update user organization
First name of the profile.
250"John"
Last name of the profile.
250"Doe"
Unique identifier of the label.
-9007199254740991 <= x <= 90071992547409911
Role of the user in the organization.
1, 2 1
The user organization has been updated