/
/Elemo API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 36m ago · Updated 5d ago
Document3
Folder3
Issue11
Label1
Namespace13
Notification4
Organization30
  • getGet organizations
  • postCreate organization
  • getGet organization
  • deleteDelete organization
  • patchUpdate organization
  • getGet organization members
  • postAdd organization member
  • postInvite member to organization
  • deleteRemove organization member
  • deleteRevoke invitation
  • postAccept organization invitation
  • getGet organization roles
  • postCreate a new role in the organization
  • getGet organization role
  • deleteDelete organization role
  • patchUpdate organization role
  • getGet organization teams
  • postCreate a new team in the organization
  • getGet organization team
  • deleteDelete organization team
  • patchUpdate organization team
  • getGet organization team members
  • postAdd organization team member
  • deleteRemove organization team member
  • getGet organization namespaces
  • postCreate namespace in organization
  • getGet organization documents
  • postCreate document in organization
  • getGet organization folders
  • postCreate folder in organization
Permission4
Project9
Search1
System4
Todo5
User8
    Organization
    User

    Add organization member

    Add an existing user to an organization.

    post/v1/organizations/{organizationRef}/members

    Request body

    user_idstring required

    ID of the user to add.

    Example request

    {
      "user_id": "9bsv0s46s6s002p9ltq0"
    }

    Response

    Example response

    idstring required

    ID of the newly created resource.

    Changes

    No recorded changes to this endpoint across all 24 revisions of this API.