Skip to main content

Workspace Member Add

POST 

/api/v1/workspace/:workspace_id/member/add

Add member by email.

Path Parameters

workspace_id : str Workspace ID.

Body Parameters

email : str Email of the user to add. role : RoleOptions Role of the user in the workspace. Possible roles: "SUPERADMIN", "ADMIN", "CONTROLLER", "CURATOR", "BASIC".

Request

Responses

Successful Response