Skip to main content

UserInviteRequest

emailstring<email>required
workspace_id object
anyOf
string
name object
anyOf
string
company object
anyOf
string
roleRole (string)
Default value: field_worker
UserInviteRequest
{
"email": "user@example.com",
"workspace_id": "string",
"name": "string",
"company": "string",
"role": "field_worker"
}