users

Add Org User

post/api/v1/orgs/{org_id}/users

Path parameters

org_idstring required

Headers

Authorizationstring nullable

Request body

role'admin' | 'member'
status'active' | 'disabled'
clerk_user_idstring required

Response

Successful Response

idstring uuid required
created_atstring date-time required
updated_atstring date-time required
org_idstring uuid required
clerk_user_idstring required
emailstring required
role'admin' | 'member' required
status'active' | 'disabled' required

Changes

Changed in 1 of the 6 revisions of this API.211

  • e63bfe8e38b4211See the full diff
    • added the new required request property clerk_user_id

      new-required-request-property

    • removed the required property workos_user_id from the response with the 201 status

      response-required-property-removed

    • removed the request property workos_user_id

      request-property-removed

    • added the required property clerk_user_id to the response with the 201 status

      response-required-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog