Invite Client
Workspaces
Invite Client
Invites a client user to the workspace. Sends an invitation email with a magic link. Agency plan required.
POST
Invite Client
Documentation Index
Fetch the complete documentation index at: https://docs.kakiyo.com/llms.txt
Use this file to discover all available pages before exploring further.
Agency Plan Required - This endpoint is only available for teams on the Agency plan.
Endpoint
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
workspaceId | string | Yes | The workspace ID |
Request Body
| 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 |
Response
Example Request
noreply@kakiyo.com.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Workspace ID
Body
application/json
Last modified on January 28, 2026

