Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 739 Bytes

File metadata and controls

13 lines (10 loc) · 739 Bytes

# UserCreate

Properties

Name Type Description Notes
key string A unique id by which Permit will identify the user for permission checks.
email string The email of the user. If synced, will be unique inside the environment. [optional]
first_name string First name of the user. [optional]
last_name string Last name of the user. [optional]
attributes object Arbitraty user attributes that will be used to enforce attribute-based access control policies. [optional]

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