Invites a client user to the workspace. Sends an invitation email with a magic link. Agency plan required.
| Parameter | Type | Required | Description |
|---|---|---|---|
workspaceId | string | Yes | The workspace ID |
| Field | Type | Required | Description |
|---|---|---|---|
email | string | Yes | Email address of the client to invite |
roles | array | No | Roles to assign (default: ["member"]) |
redirectUrl | string | No | Custom redirect URL after authentication |
[email protected].Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Workspace ID
Email address of the client to invite
Roles to assign to the client
["member"]Custom redirect URL after authentication
"https://portal.youragency.com"