Users
Patch Org User
Authorization
ApiKey Authorization<token>
Your API key (sk-ast-...)
In: header
Path Parameters
user_id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
role*string
Response Body
application/json
application/json
curl -X PATCH "https://api.asteria-labs.com/v1/organization/users/string" \ -H "Content-Type: application/json" \ -d '{ "role": "string" }'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}