v1

latestOpenAPI 3.0.42026-08-062942352.0 MB
OrganizationUsers

Create an organization user

Creates a new organization user.

post/v3/organizations/{organizationId}/users

Path parameters

organizationIdstring required

Request body

firstNamestring required

First name of the user. //

lastNamestring nullable

Last name of the user.

emailstring email required

Email address of the user.

rolestring required

Role of the user.

userGroupIdsstring[] required

List of unique identifiers for the user groups.

allowCustomerPortalAccessboolean required

Allow customer portal access.

passwordstring required

Password of the user.

Response

Created

idstring required
createdAtstring date-time required
updatedAtstring date-time required
namestring required
firstNamestring required
lastNamestring required
emailstring required
rolestring required
twoFactorEnabledboolean required
googleSsoEnabledboolean required
lastLoginAtstring date-time nullable