Cyan Web API - Version 1


GET api/userGroups

            Gets all UserGroups.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "userGroupId": "6c7ed4f5-6347-41d6-a818-dd1d881d8290",
    "tenantId": "11d0d017-af87-4b4c-8e2b-c715e9c74f88",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2026-03-22T21:55:56.8288595+00:00",
    "updatedDateUtc": "2026-03-22T21:55:56.8288595+00:00"
  },
  {
    "userGroupId": "6c7ed4f5-6347-41d6-a818-dd1d881d8290",
    "tenantId": "11d0d017-af87-4b4c-8e2b-c715e9c74f88",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2026-03-22T21:55:56.8288595+00:00",
    "updatedDateUtc": "2026-03-22T21:55:56.8288595+00:00"
  },
  {
    "userGroupId": "6c7ed4f5-6347-41d6-a818-dd1d881d8290",
    "tenantId": "11d0d017-af87-4b4c-8e2b-c715e9c74f88",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2026-03-22T21:55:56.8288595+00:00",
    "updatedDateUtc": "2026-03-22T21:55:56.8288595+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-03-22T21:55:56.8288595+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-22T21:55:56.8288595+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>11d0d017-af87-4b4c-8e2b-c715e9c74f88</TenantId>
    <UserGroupId>6c7ed4f5-6347-41d6-a818-dd1d881d8290</UserGroupId>
  </UserGroupRepresentation>
  <UserGroupRepresentation>
    <CreatedDateUtc>2026-03-22T21:55:56.8288595+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-22T21:55:56.8288595+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>11d0d017-af87-4b4c-8e2b-c715e9c74f88</TenantId>
    <UserGroupId>6c7ed4f5-6347-41d6-a818-dd1d881d8290</UserGroupId>
  </UserGroupRepresentation>
  <UserGroupRepresentation>
    <CreatedDateUtc>2026-03-22T21:55:56.8288595+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-22T21:55:56.8288595+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>11d0d017-af87-4b4c-8e2b-c715e9c74f88</TenantId>
    <UserGroupId>6c7ed4f5-6347-41d6-a818-dd1d881d8290</UserGroupId>
  </UserGroupRepresentation>
</ArrayOfUserGroupRepresentation>