{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "InviteUsersRequest", "type": "object", "description": "Request body for inviting users to the organization.", "properties": { "emails": { "type": "array", "description": "Email addresses of users to invite." }, "directoryId": { "type": "string", "description": "The directory to add the invited users to." }, "groupIds": { "type": "array", "description": "Groups to assign the invited users to." }, "roleAssignments": { "type": "array", "description": "Application roles to assign to the invited users." } } }