Update user in team
Path Parameters
team_idstring
ID of team
user_idstring
ID of user
Header Parameters
Authorizationstring
Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token
update user in team body
permissions?string
permissions to grant to user
rolestring
role to grant to user
Response Body
curl -X PUT "https://api.devzero.io/backend/v0/teams/string/users/string" \
-H "Authorization: string" \
-H "Content-Type: application/json" \
-d '{
"role": "string"
}'
{
"email": "user@example.com",
"given_name": "string",
"invite_id": "string",
"is_owner": true,
"permissions": "string",
"role": "string",
"status": "string",
"team_id": "string",
"user_id": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}