POST
/
v1
/
organizations
/
{id}
/
users
/
{userId}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token. More info here

Path Parameters

id
string
required
userId
string
required

Body

application/json

A User is a unique identifier that you can use to manage and organize your work.

role
enum<string>
required

The 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.

created_at
string
required

Time at which the project was created

email
string
required

Email of the user

id
string
required

Unique identifier for the user

name
string
required

Name of the user

object
string
required

String representing the object's type. Objects of the same type share the same value

role
enum<string>
required

The role of the user in the organization.

Available options:
admin,
member
slug
string
required

Slug of the user

updated_at
string
required

Time at which the project was last updated

avatar_url
string

Avatar of the user