put https://api.tetrascience.com/v1/users/
Log in to see full request history
Responses
401Invalid token / Not enough privilages
404User not found
401Invalid token / Not enough privilages
404User not found
xxxxxxxxxx
curl --request PUT \
--url https://api.tetrascience.com/v1/users/userId \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
41}
{
"authType": "sso",
"email": "user@example.com",
"firstName": "John",
"lastName": "Doe",
"id": "7b2b05ea-99d1-40e5-bebc-e0fd8713e3e2",
"lastActivity": "string",
"status": "active",
"systemRole": "string",
"roles": [
{
"id": "7b2b05ea-99d1-40e5-bebc-e0fd8713e3e2",
"isDefault": true,
"orgSlug": "tetrascience",
"organizationId": "7b2b05ea-99d1-40e5-bebc-e0fd8713e3e2",
"role": "admin",
"status": "active",
"userId": "7b2b05ea-99d1-40e5-bebc-e0fd8713e3e2",
"orgName": "string"
}
],
"tokens": [
{
"id": "7b2b05ea-99d1-40e5-bebc-e0fd8713e3e2",
"userId": "7b2b05ea-99d1-40e5-bebc-e0fd8713e3e2",