User Invites
Invite a User
Send an invite to user for your organization
POST
/
admin
/
users
/
invites
Authorizations
x-portkey-api-key
string
headerrequiredBody
application/json
email
string
requiredrole
enum<string>
requiredAvailable options:
admin
, member
workspaces
object[]
Array of workspaces and roles that the user should be assigned to, if provided, once the invite is accepted. By default, the user will only be added in the shared workspace.
workspace_api_key_details
object
If provided, a default user API key will be created with the specified settings for each workspace in the workspaces
array.
Response
200 - application/json
id
string
invite_link
string
Was this page helpful?