v1

latestOpenAPI 3.0.3Apache 2.02026-07-1710047196.1 KB
organisation

add a user to an organization by superadmin

adds a user to an organization

post/organisations/{orgId}/users

Path parameters

orgIdstring uuid required

Request body

userIdstring uuid

Example request

{
  "userId": "01910544-d1e1-7ada-bdac-c761e527ec91"
}

Response

User added successfully

statusstring

success response

status_codeinteger
messagestring

Example response

{
  "status": "success",
  "status_code": 200,
  "message": "User added successfully"
}