Cyan Web API - Version 1


GET api/userGroups

            Gets all UserGroups.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "userGroupId": "b8a90370-3520-4641-ae9b-a101858f7fa3",
    "tenantId": "fe92d599-23a1-42be-99a7-ed018e7a7c36",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2026-03-29T00:46:49.9817968+00:00",
    "updatedDateUtc": "2026-03-29T00:46:49.9817968+00:00"
  },
  {
    "userGroupId": "b8a90370-3520-4641-ae9b-a101858f7fa3",
    "tenantId": "fe92d599-23a1-42be-99a7-ed018e7a7c36",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2026-03-29T00:46:49.9817968+00:00",
    "updatedDateUtc": "2026-03-29T00:46:49.9817968+00:00"
  },
  {
    "userGroupId": "b8a90370-3520-4641-ae9b-a101858f7fa3",
    "tenantId": "fe92d599-23a1-42be-99a7-ed018e7a7c36",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2026-03-29T00:46:49.9817968+00:00",
    "updatedDateUtc": "2026-03-29T00:46:49.9817968+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-29T00:46:49.9817968+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-29T00:46:49.9817968+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>fe92d599-23a1-42be-99a7-ed018e7a7c36</TenantId>
    <UserGroupId>b8a90370-3520-4641-ae9b-a101858f7fa3</UserGroupId>
  </UserGroupRepresentation>
  <UserGroupRepresentation>
    <CreatedDateUtc>2026-03-29T00:46:49.9817968+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-29T00:46:49.9817968+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>fe92d599-23a1-42be-99a7-ed018e7a7c36</TenantId>
    <UserGroupId>b8a90370-3520-4641-ae9b-a101858f7fa3</UserGroupId>
  </UserGroupRepresentation>
  <UserGroupRepresentation>
    <CreatedDateUtc>2026-03-29T00:46:49.9817968+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-29T00:46:49.9817968+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>fe92d599-23a1-42be-99a7-ed018e7a7c36</TenantId>
    <UserGroupId>b8a90370-3520-4641-ae9b-a101858f7fa3</UserGroupId>
  </UserGroupRepresentation>
</ArrayOfUserGroupRepresentation>