Users

Change orgs for a user

Required scope - write_user, write_org

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

Path parameters

authIdstring required

The authId of the user

Request body

orgsnumber[]

The ids of the orgs

Response

successboolean

Example response

{
  "success": true
}

Changes

Changed in 2 of the 50 revisions of this API.11