Invite a workspace user
Creates a workspace user record and sends an invitation email.
POST
/api/unstable/usersCreates a workspace user record and sends an invitation email.
Request Body
application/json
name*string
Display name for the invited workspace user.
Length
1 <= lengthExample
"Jane Doe"email*string
Email address used for the invitation.
Example
"jane@example.com"description?string
Optional description shown in the workspace user list.
Example
"Sales manager"defaultRole*string
Initial workspace role assigned to the user.
Value in
"admin" | "collaborator" | "price_manager" | "product_media_manager"Example
"collaborator"[key: string]?never
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json