User Detail - Retrieves users for a tenant
Last updated
Last updated
Success: Returns a list of all users for the requested tenant.
A public property of type nullable Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the userId property.
A public property of type list of UserTenantView that has both a getter and a setter method, which allows for getting and setting the value of the tenants property.
Class for representing user preferences.