Organizations

Add a member to an org

Add an existing SchedKit user to the org by email. Requires admin role.

post/v1/orgs/{org_slug}/members

Path parameters

org_slugstring required

Request body

emailstring required
role'admin' | 'member' required

Response

Default Response

object required

Example response

{
  "Id": 19,
  "org_id": "4",
  "user_id": "12",
  "role": "member"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.