Create User
Create a new user.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
USER_ROLE_UNSPECIFIED, USER_ROLE_ORG_MEMBER, USER_ROLE_ORG_ADMIN, USER_ROLE_ORG_GUEST Specifies the authentication method for a user. If unset, the org default applies. Set to MAGIC_LINK to allow the user to bypass SSO (e.g. guest or break-glass accounts).
USER_AUTH_METHOD_UNSPECIFIED, USER_AUTH_METHOD_MAGIC_LINK Profile fields to pin at creation. A pinned field is protected from automation (user ingestion) overwrites until it is released or replaced by a later deliberate edit. Only fields set by this request can be pinned: first_name, last_name. Without pins, creation seeds stay open for ingestion to enrich.
The governed user profile fields, which carry per-field provenance and edit protection.
USER_PROFILE_FIELD_UNSPECIFIED, USER_PROFILE_FIELD_FIRST_NAME, USER_PROFILE_FIELD_LAST_NAME, USER_PROFILE_FIELD_AVATAR_URL, USER_PROFILE_FIELD_TIMEZONE, USER_PROFILE_FIELD_LOCALE, USER_PROFILE_FIELD_MANAGER, USER_PROFILE_FIELD_DEPARTMENT, USER_PROFILE_FIELD_JOB_TITLE Response
Success

