Add existing user to org
Endpoint: POST /api/{organization}/users/{user_email}
Request
{
"role": "admin"
}Description
| Field name | Data type | Default value | Description |
|---|---|---|---|
| role | string | - | user role, supported: admin / user |
Response
{
"code": 200,
"message": "User added to org successfully"
}Was this page helpful?
Last updated on