GET breeze/UserManagement/Clients

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Client
NameDescriptionTypeAdditional information
ClientId

string

Max length: 255

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "$type": "RightRez.DBLibrary.Web.Client, RightRez.Core",
    "ClientId": "sample string 1"
  },
  {
    "$ref": "1"
  }
]