Skip to main content
POST
Reactivate an organization member

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

Organization identifier the member belongs to.

Example:

"org-abc123"

memberId
string
required

The membership row id (primary key of the organization member record).

Example:

"mbr-abc123"

Response

Member reactivated