Organization Users
Create User
Create a new organization user.
post/v1/organizations/users
Request body
Example request
{
"email": "alice@example.com",
"role": "member",
"user_name": "Alice Smith"
}Response
Successful Response
object required
Changes
Changed in 1 of the 33 revisions of this API.1
- ○
the endpoint scheme security
BearerAuthwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○