GET api/v{version}/delegategroups/{delegateGroupId}/delegates/{delegateId}/security

Gets the final resolved security settings for a delegate, combining the delegate's individual and group security settings (if the delegate inherits from the group)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
delegateId

The delegate's ID

integer

Required

delegateGroupId

The delegate group's ID

integer

Required

version

The requested API version

string

Required

Default value is 2.0

Body Parameters

None.

Response Information

Resource Description

The security settings of a delegate for a group

IHttpActionResult

None.

Response Formats

application/json, text/json, application/problem+json, application/xml, text/xml

Sample:

Sample not available.