GET User/permissionvaluelist?id={id}&strperm={strperm}

Get's team permission's value.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

ID of a User.

decimal number

Required

strperm

String with the list of permissions name separated by ','

string

Required

Body Parameters

None.

Response Information

Resource Description

The permission's value.

Collection of boolean

Response Formats

application/json, text/json

Sample:
[
  true,
  true
]

application/xml, text/xml

Sample:
<ArrayOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <boolean>true</boolean>
  <boolean>true</boolean>
</ArrayOfboolean>