Give workspace access to a new or existing user
- application/json
Request Body required
Workspace Permission to create
- users object[]
Responses
- 201
- default
Created
- application/json
- Schema
- Example (from schema)
Schema
- users object[]
{
"users": [
{
"firstName": "string",
"lastName": "string",
"email": "user@example.com",
"access": "string",
"id": "string",
"image": "string",
"bio": "string"
}
]
}
Unexpected error
- application/json
- Schema
- Example (from schema)
Schema
- code string
- message string
{
"code": "string",
"message": "string"
}
Loading...