Approve a join request
Creates the workspace member from the request — the person keeps the name and password they registered with — grants the roles and scopes named here, and notifies them that they can sign in. The request leaves the queue and is kept as history (status approved, with decided_at and decided_by); the credentials it carried are dropped. At least one role or scope is required: a member with no access could sign in and see nothing. Only a request in waiting_approval can be approved.
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Path Parameters
Applicant e-mail address, URL-encoded
"jane@acme.com"
Body
Response
Join request approved — the member now exists, with the access that was granted