v1

latestOpenAPI 3.1.02026-07-261344388.3 KB
Member

Invite members

Invite one or more users to become members of a project, optionally assigning them to groups and setting owner status.

post/api/projects/{projectId}/members

Path parameters

projectIdstring uuid required

Unique identifier of the project

Request body

userIdsstring[] required

List of user IDs to invite to the project

groupIdsstring[]

List of group IDs to assign to the new members

ownerboolean

Whether the invited members should be project owners

Response

List of newly created membership records

idstring uuid required

Unique identifier of the member

ownerboolean

Whether the member is an owner of the project

userIdstring uuid

User ID of the member

projectIdstring uuid

Project ID the member belongs to

createdAtstring required

Timestamp when the member was created

updatedAtstring required

Timestamp when the member was last updated