Create a user within an organization.
Note: POST calls create new data, and do not affect existing data.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Internal server error
{- "email": "email@email.com",
- "password": "123Abcd!",
- "role": "restricted",
- "groupIds": [
- 32
]
}
{- "requestId": "df5fg-45fgfdsg-45fg-45454",
- "userId": 32
}