v1

latestOpenAPI 3.0.02026-07-178236113.8 KB
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
}