Add a member directly
Creates the member immediately with the password you set — no invitation, no acceptance step. Use it when you provision accounts yourself; use POST /api/v1/workspace/invitations when the person should set their own password. The member is created in the workspace with exactly the roles and scopes named here, so at least one of them is required. An e-mail that already belongs to a user (in this or any other workspace) is refused.
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Body
"Jane"
"jane@acme.com"
At least 8 characters. The member can change it later.
8"S3cret-passphrase"
"Doe"
Defaults to the workspace timezone.
"Europe/Istanbul"
Defaults to the workspace language.
"tr"
Defaults to active. An inactive or blocked member cannot sign in.
active, inactive, blocked "active"
Workspace role keys or uuids.
Extra scope keys on top of the roles.