cURL
curl --request PATCH \ --url https://{tenant}.torchapp.com.au/api/v1/users/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "b", "email": "[email protected]", "password": "-0pBNvYgxw", "title": "a", "azure_id": "y", "roles": [ "<string>" ] } '
{}
Update the specified user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the user.
255
"b"
"[email protected]"
8
"-0pBNvYgxw"
"a"
"y"
User updated
The response is of type object.
object