Skip to main content
POST

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

email
string<email>
required

Applicant e-mail address, URL-encoded

Example:

"jane@acme.com"

Body

application/json
roles
string[]

Workspace role keys or uuids.

Example:
scopes
string[]

Extra scope keys on top of the roles.

Example:
decided_by
string<email>

The member this decision is recorded under. Omit to record the approval without a person.

Example:

"owner@acme.com"

Response

Join request approved — the member now exists, with the access that was granted