API Docs / Operations / Users / Create TenantUser

Create TenantUser

POST /tenants/{tenant}/users

Creates a new TenantUser for the specified tenant. An hourly or cost rate seeds the user's first rate entry; setting a cost rate requires the Cost Rates permission.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

Request Body*

{
  "roleType": "System",
  "roleCode": "string",
  "systemRoleType": "Admin",
  "isClientManager": false,
  "isPartner": false,
  "email": "user@example.com"
}

Responses

201 Created
400 Bad Request
401 Unauthorized – Invalid or missing API key
403 Forbidden