Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 704 Bytes

ElementsUserCreate.md

File metadata and controls

15 lines (10 loc) · 704 Bytes

ElementsUserCreate

Properties

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