Invites a user to a shared project
Invites a user to a shared project
Path Parameters
projectId string required
Project ID.
application/json
Request Body array required
Array of email addresses.
- Array [
- ]
string
Responses
- 200
- 401
- 403
- 404
A list of shared project invitations.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
email string nullable
reason string nullable
status string nullable
[
{
"email": "string",
"reason": "string",
"status": "string"
}
]
Unauthorized
Access denied
Not found
Loading...