uiproperties policies (http://api.3plcentral.com/rels/uiproperties/policies)
Resource:
collection: all rights granted to a given user, derived from user's role(s)
C# Rel Const:
Rels.UiPropertySvc.Policies
URI template:
policies
Obtain URI from:
get a list of allowed rights for the user identified in the auth token's user claim
Success status: 200; Response is cacheable
none
Type Description
GrantedRights IEnumerable<UIProperty.Models.ScopedRight>
Scope Common.Enum.UiRightScopeEnum
- 1: AdminWarehouseAndCustUsers
- 2: WarehouseAndCustUsers
- 3: CustUsersOnly
Right string
Sample accept: application/hal+json
{
  "grantedRights": [
    {
      "scope": 1,
      "right": "str"
    }
  ]
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.