Skip to main content

UserInviteResponse

Response schema for user invite endpoint.

messageMessage (string)required
user_idUser Id (string)required
emailEmail (string)required
workspace_idWorkspace Id (string)required
workspace_nameWorkspace Name (string)required
workspace_createdWorkspace Created (boolean)required
roleRole (string)required
UserInviteResponse
{
"message": "string",
"user_id": "string",
"email": "string",
"workspace_id": "string",
"workspace_name": "string",
"workspace_created": true,
"role": "string"
}