Organizations
Update Organization user
Updates an existing User of an Organization.
POST
/
v1
/
organizations
/
{id}
/
users
/
{userId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token. More info here
Path Parameters
id
string
requireduserId
string
requiredBody
application/json
A User is a unique identifier that you can use to manage and organize your work.
role
enum<string>
requiredThe role of the user in the organization.
Available options:
admin
, member
Response
200 - application/json
A User is a unique identifier that you can use to manage and organize your work.
object
string
String representing the object's type. Objects of the same type share the same value
id
string
Unique identifier for the user
email
string
Email of the user
name
string
Name of the user
slug
string
Slug of the user
avatar_url
string
Avatar of the user
created_at
string
Time at which the project was created
updated_at
string
Time at which the project was last updated
role
enum<string>
The role of the user in the organization.
Available options:
admin
, member