User ==== A user is a person or account that can retrieve access tokens and call the api Resource definition ------------------- .. literalinclude:: _static/User.json :language: json +-------------------------+--------------------+---------------------------------------------------------------------------------+ | Name | Type | Description | +=========================+====================+=================================================================================+ | Id | string | Unique user identifier (Guid) | +-------------------------+--------------------+---------------------------------------------------------------------------------+ | UserName | string | | +-------------------------+--------------------+---------------------------------------------------------------------------------+ | FirstName | string | | +-------------------------+--------------------+---------------------------------------------------------------------------------+ | LastName | string | | +-------------------------+--------------------+---------------------------------------------------------------------------------+ | Email | string | | +-------------------------+--------------------+---------------------------------------------------------------------------------+ | PhoneNumber | string | | +-------------------------+--------------------+---------------------------------------------------------------------------------+ | TenantAdmin | string | | +-------------------------+--------------------+---------------------------------------------------------------------------------+ | EmailConfirmed | bool | | +-------------------------+--------------------+---------------------------------------------------------------------------------+ | PhoneNumberConfirmed | bool | | +-------------------------+--------------------+---------------------------------------------------------------------------------+ | LockoutEnabled | bool | | +-------------------------+--------------------+---------------------------------------------------------------------------------+ | TwoFactorEnabled | bool | | +-------------------------+--------------------+---------------------------------------------------------------------------------+ | LockoutEnd | DateTimeOffset | | +-------------------------+--------------------+---------------------------------------------------------------------------------+ Operations on User ------------------ - :doc:`/scenarios/user-create` - :doc:`/scenarios/user-get-by-id` - :doc:`/scenarios/users-get` - :doc:`/scenarios/user-update` - :doc:`/scenarios/user-delete` - :doc:`/scenarios/user-change-password`