Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 904 Bytes

CreateUserRequest.md

File metadata and controls

14 lines (10 loc) · 904 Bytes

CreateUserRequest

The user creation arguments

Properties

Name Type Description Notes
auth_type str The authentication type the user uses to authenticate. To use SAML this organization must have a configured SAML integration.
email str The email address of this user.
name str The first and last name of the user.
roles list[CreateUserRequestRoles] The list of roles that applies to this user. A user may have "organizational" roles, which apply to the user at the organizational level, and "tag-specific" roles, which apply to the user for a given tag.

[Back to Model list] [Back to API list] [Back to README]