GET users
Retrieves a list of all users for a specific customer / company
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Skip | System.Int32 | None | |
Take | System.Int32 | None | |
Page | System.Int32 | None | |
PageSize | System.Int32 | None | |
Filters | Epic.Customer.Api.EnumerableFilterRequest[] | None | |
Sort | Epic.Customer.Api.EnumerableSortRequest | None |
Body Parameters
None
Response Information
Resource Description
System.Collections.Generic.List`1[Epic.Customer.Api.ResponseModels.MappingFromDbEntities.UserWithDevice]
Name | Description | Type | Additional information |
---|---|---|---|
UserDevices | System.Collections.Generic.List`1[Epic.Customer.Api.ResponseModels.MappingFromDbEntities.UserDeviceResponse] | None | |
UserId | System.Guid | None | |
UserName | System.String | Required Max length: 100 | |
System.String | Required Max length: 100 | ||
FirstName | System.String | Max length: 100 | |
LastName | System.String | Max length: 100 | |
Phone | System.String | Max length: 100 | |
PictureUrl | System.String | None | |
CultureCode | System.String | None | |
UICultureCode | System.String | None | |
TimeZone | System.String | None | |
ColoAccess | System.Boolean | None |