RetrieveUserPrivilegeByPrivilegeId Function
Retrieves the list of privileges a system user (user) has through their roles, and inherited privileges from their team membership, based on the specified privilege ID.
Bound entities
Bound functions are invoked by appending the fully qualified function name to the URI representing an entity or collection.
Entity Type | Binding Type |
---|---|
systemuser | entity |
Parameters
Parameters allow for data to be passed to the function.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
PrivilegeId
|
Edm.Guid | False | True | The ID of the privilege. |
ExcludeTeamBasic
|
Edm.Boolean | True | True | If true, inherited from team roles privileges with Basic depth are excluded. |
Return type
Type | Nullable | Description |
---|---|---|
RetrieveUserPrivilegeByPrivilegeIdResponse | False | Contains the response of the RetrieveUserPrivilegeByPrivilegeId function. |