Cyan Web API - Version 1


GET api/userGroups

            Gets all UserGroups.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "userGroupId": "531cc738-f61b-49d8-bbf9-27b0a9c19a17",
    "tenantId": "1c055944-adbd-4a08-9e75-ec2d46d4091e",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2026-08-15T17:25:17.7323269+00:00",
    "updatedDateUtc": "2026-08-15T17:25:17.7323269+00:00"
  },
  {
    "userGroupId": "531cc738-f61b-49d8-bbf9-27b0a9c19a17",
    "tenantId": "1c055944-adbd-4a08-9e75-ec2d46d4091e",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2026-08-15T17:25:17.7323269+00:00",
    "updatedDateUtc": "2026-08-15T17:25:17.7323269+00:00"
  },
  {
    "userGroupId": "531cc738-f61b-49d8-bbf9-27b0a9c19a17",
    "tenantId": "1c055944-adbd-4a08-9e75-ec2d46d4091e",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2026-08-15T17:25:17.7323269+00:00",
    "updatedDateUtc": "2026-08-15T17:25:17.7323269+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfUserGroupRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1">
  <UserGroupRepresentation>
    <CreatedDateUtc>2026-08-15T17:25:17.7323269+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-15T17:25:17.7323269+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>1c055944-adbd-4a08-9e75-ec2d46d4091e</TenantId>
    <UserGroupId>531cc738-f61b-49d8-bbf9-27b0a9c19a17</UserGroupId>
  </UserGroupRepresentation>
  <UserGroupRepresentation>
    <CreatedDateUtc>2026-08-15T17:25:17.7323269+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-15T17:25:17.7323269+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>1c055944-adbd-4a08-9e75-ec2d46d4091e</TenantId>
    <UserGroupId>531cc738-f61b-49d8-bbf9-27b0a9c19a17</UserGroupId>
  </UserGroupRepresentation>
  <UserGroupRepresentation>
    <CreatedDateUtc>2026-08-15T17:25:17.7323269+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-15T17:25:17.7323269+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>1c055944-adbd-4a08-9e75-ec2d46d4091e</TenantId>
    <UserGroupId>531cc738-f61b-49d8-bbf9-27b0a9c19a17</UserGroupId>
  </UserGroupRepresentation>
</ArrayOfUserGroupRepresentation>