User API
Create User
Create a new user.
POST
Create User
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Available options:
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).
Available options:
USER_AUTH_METHOD_UNSPECIFIED, USER_AUTH_METHOD_MAGIC_LINK Response
Success
Create User

