Cyan Web API - Version 1


GET api/userGroups

            Gets all UserGroups.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "userGroupId": "fd7caee4-9861-45c1-a070-5a9f70cbcc11",
    "tenantId": "030b2c89-e3e6-4d5d-bd99-3a8b70a47ffb",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2025-11-06T05:57:09.4201425+00:00",
    "updatedDateUtc": "2025-11-06T05:57:09.4201425+00:00"
  },
  {
    "userGroupId": "fd7caee4-9861-45c1-a070-5a9f70cbcc11",
    "tenantId": "030b2c89-e3e6-4d5d-bd99-3a8b70a47ffb",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2025-11-06T05:57:09.4201425+00:00",
    "updatedDateUtc": "2025-11-06T05:57:09.4201425+00:00"
  },
  {
    "userGroupId": "fd7caee4-9861-45c1-a070-5a9f70cbcc11",
    "tenantId": "030b2c89-e3e6-4d5d-bd99-3a8b70a47ffb",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2025-11-06T05:57:09.4201425+00:00",
    "updatedDateUtc": "2025-11-06T05:57:09.4201425+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>2025-11-06T05:57:09.4201425+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-06T05:57:09.4201425+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>030b2c89-e3e6-4d5d-bd99-3a8b70a47ffb</TenantId>
    <UserGroupId>fd7caee4-9861-45c1-a070-5a9f70cbcc11</UserGroupId>
  </UserGroupRepresentation>
  <UserGroupRepresentation>
    <CreatedDateUtc>2025-11-06T05:57:09.4201425+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-06T05:57:09.4201425+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>030b2c89-e3e6-4d5d-bd99-3a8b70a47ffb</TenantId>
    <UserGroupId>fd7caee4-9861-45c1-a070-5a9f70cbcc11</UserGroupId>
  </UserGroupRepresentation>
  <UserGroupRepresentation>
    <CreatedDateUtc>2025-11-06T05:57:09.4201425+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-06T05:57:09.4201425+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>030b2c89-e3e6-4d5d-bd99-3a8b70a47ffb</TenantId>
    <UserGroupId>fd7caee4-9861-45c1-a070-5a9f70cbcc11</UserGroupId>
  </UserGroupRepresentation>
</ArrayOfUserGroupRepresentation>