platform

Create User

Create an Auth0 user and add them to an organization.

Requires editor on the members-users module instance (derived from the POST method by the parent router gate). The user is created natively in Auth0 (database connection + verification email), added to the target organization, and the matching user → member → organization FGA tuple is written so the dock's authorization view stays in lockstep with Auth0.

When groupId is provided the user is also added to the specified group.

post/api/platform/users

Request body

emailstring required
organizationIdstring required
namestring nullable
connectionstring nullable
passwordstring nullable
groupIdstring nullable

Response

Successful Response

userIdstring required
emailstring nullable
namestring nullable
picturestring nullable
loginCountinteger
lastLoginstring nullable
createdAtstring nullable
linkedSubsstring[]

Changes

No recorded changes to this endpoint across all 1 revision of this API.