invite_user
Add new users to your Portkey organization by specifying their email, role, workspace access, and API key permissions.
Instructions
Invite a new user to your Portkey organization with specific workspace access and API key permissions
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email address of the user to invite | ||
| role | Yes | Organization-level role: 'admin' for full access, 'member' for limited access | |
| first_name | No | User's first name | |
| last_name | No | User's last name | |
| workspaces | Yes | List of workspaces and corresponding roles to grant to the user | |
| workspace_api_key_details | No | Optional API key to be created for the user |