GET api/Admin/Role/{roleId}/Type/{masterEntityTypeId}/EntityId/{masterEntityId}/ParentId/{parentEntityId}/Users

Get Users By Role MasterType And Entity ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
roleId

integer

Required

masterEntityTypeId

integer

Required

masterEntityId

integer

Required

parentEntityId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ApiDataResultOfIEnumerableOfApplicationUserLightDataDto
NameDescriptionTypeAdditional information
Data

Collection of ApplicationUserLightDataDto

None.

Success

boolean

None.

Message

string

None.

Errors

Collection of CustomError

None.

Warnings

Collection of string

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.