Member roles
Every member is assigned a role that controls what they can do within the organization:| Role | Description |
|---|---|
owner | Full access including organization deletion and all settings |
manager | Can manage members, teams, and most organization settings |
admin | Can manage teams and projects they are a member of |
member | Can view and interact with issues in their teams’ projects |
List organization members
member:read
Path parameters
The ID or slug of the organization.
Query parameters
Filter members by name or email address.
Pagination cursor from the
Link response header.Example request
Example response
Response fields
The unique ID of the organization membership.
The member’s email address.
The member’s display name.
The member’s role. One of
owner, manager, admin, or member.Whether the invitation is still pending acceptance.
Whether the invitation has expired.
ISO 8601 timestamp of when the membership was created.
The user object, or
null if the invitation is pending.Invite a member
member:write
Path parameters
The ID or slug of the organization.
Request body
The email address to send the invitation to.
The role to assign. One of
owner, manager, admin, or member.A list of team slugs to add the member to upon acceptance.
Example request
Retrieve a member
member:read
Path parameters
The ID or slug of the organization.
The ID of the member. Use
me to reference the currently authenticated user.Example request
Remove a member
member:write
Path parameters
The ID or slug of the organization.
The ID of the member to remove.
Example request
204 No Content.