v1

latestOpenAPI 3.0.02026-08-04660400.1 KB

Create user

Create user

post/v1/core/users

Request body

emailstring required

The email of the user in your system. They will receive a password reset email to this address when their user is created in Siro.

organizationIdstring required
passwordstring

The temporary password for the user.Must be at least 12 chars long, including at least one uppercase, one lowercase, one number, and one symbol.

phoneNumberstring

The user's phone number.

firstNamestring

The user's first name.

lastNamestring

The user's last name.

memberTeamIdstring

The 6 digit code for the user's team. Strongly suggested to add this.

externalIdstring

The unique id of the resource in your CRM system. Multiple resources cannot have the same externalId within the same organization.

coachTeamIdsstring[]
isAdminboolean
billableboolean

Whether the user is billable and should be included in the license count

Response

Create user

idstring required
emailstring nullable required
organizationIdstring required
phoneNumberstring nullable required
firstNamestring nullable required
lastNamestring nullable required
memberTeamIdstring nullable required
coachTeamIdsstring[] required
externalIdstring nullable required
createdAtstring nullable required
disabledboolean required
billableboolean required