latestOpenAPI 3.1.02026-08-08127304355.9 KB

69c553220183

Configuration

Create User

Create a new user in your workspace. Requires account admin role. Use for automated user provisioning or SCIM integrations.

post/api/v2/users

Request body

email_addressstring required
first_namestring required
last_namestring required
account_role'Account User' | 'Account Admin' | 'Account Analyst' | 'Account Guest' required
idstring uuid nullable
profile_picturestring nullable
profile_colorstring nullable

Response

UserResponse(id: uuid.UUID, email_address: str, first_name: str, last_name: str, account_role: str, is_deleted: bool, profile_picture: Optional[str] = None, profile_color: Optional[str] = None)

idstring uuid required
email_addressstring required
first_namestring required
last_namestring required
account_rolestring required
is_deletedboolean required
profile_picturestring nullable
profile_colorstring nullable