Cyan Web API - Version 1


GET api/userGroups

            Gets all UserGroups.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "userGroupId": "3235f56b-9e47-4f4d-8740-7d72ebeb3f1e",
    "tenantId": "7d97c4f4-7048-40c7-9943-269283509a1c",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2026-01-05T03:31:12.1178777+00:00",
    "updatedDateUtc": "2026-01-05T03:31:12.1178777+00:00"
  },
  {
    "userGroupId": "3235f56b-9e47-4f4d-8740-7d72ebeb3f1e",
    "tenantId": "7d97c4f4-7048-40c7-9943-269283509a1c",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2026-01-05T03:31:12.1178777+00:00",
    "updatedDateUtc": "2026-01-05T03:31:12.1178777+00:00"
  },
  {
    "userGroupId": "3235f56b-9e47-4f4d-8740-7d72ebeb3f1e",
    "tenantId": "7d97c4f4-7048-40c7-9943-269283509a1c",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2026-01-05T03:31:12.1178777+00:00",
    "updatedDateUtc": "2026-01-05T03:31:12.1178777+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-01-05T03:31:12.1178777+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-01-05T03:31:12.1178777+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>7d97c4f4-7048-40c7-9943-269283509a1c</TenantId>
    <UserGroupId>3235f56b-9e47-4f4d-8740-7d72ebeb3f1e</UserGroupId>
  </UserGroupRepresentation>
  <UserGroupRepresentation>
    <CreatedDateUtc>2026-01-05T03:31:12.1178777+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-01-05T03:31:12.1178777+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>7d97c4f4-7048-40c7-9943-269283509a1c</TenantId>
    <UserGroupId>3235f56b-9e47-4f4d-8740-7d72ebeb3f1e</UserGroupId>
  </UserGroupRepresentation>
  <UserGroupRepresentation>
    <CreatedDateUtc>2026-01-05T03:31:12.1178777+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-01-05T03:31:12.1178777+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>7d97c4f4-7048-40c7-9943-269283509a1c</TenantId>
    <UserGroupId>3235f56b-9e47-4f4d-8740-7d72ebeb3f1e</UserGroupId>
  </UserGroupRepresentation>
</ArrayOfUserGroupRepresentation>