| Name | Type | Reference |
|---|---|---|
| space_idrequired | integer | Space ID |
| Name | Value |
|---|---|
| Content-Type | application/json |
| Name | Type | Constraints | Description |
|---|---|---|---|
email required | string | User email address | |
role_id | string | Role id. Preset roles : reader - '06ccb31f-426b-4fa3-b7e5-861daee95696', writer - 'a431ed00-1b32-4cc7-92b6-85e4bc7de40e', admin - '07ea3efc-a004-4d31-8683-4bb2084e209b' | |
guest | boolean | Set true to invite the user as a guest | |
operator_comment | string | Operator's comment | |
send_email | boolean | Whether to send email or not |
| Description | Response type | Example |
|---|---|---|
| Success | Object |
| Description | Response type | Example |
|---|---|---|
| Validation error | Object |
| Name | Type | Description |
|---|---|---|
| message | string | Error message |
| Description | Response type | Example |
|---|---|---|
| Invalid token | String |
A schema has not been defined for this response code.
| Description | Response type | Example |
|---|---|---|
| Forbidden | Response body does not exist |
A schema has not been defined for this response code.
| Description | Response type | Example |
|---|---|---|
| Not found | Response body does not exist |
A schema has not been defined for this response code.
How to invite user as guest
{
"email": "userEmail@google.com",
"guest": true
}Path Parameters
1 curl --request POST \
2 --url 'https://example.flowfast.io/api/latest/spaces/{space_id}/users' \
3 --header 'Accept: application/json' \
4 --header 'Content-Type: application/json'
5 Response
ClickTry It!to start a request and see the response here!