Cyan Web API - Version 1


GET api/userGroups

            Gets all UserGroups.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "userGroupId": "bde2cd89-fbbf-404f-a8d2-d666df5def7c",
    "tenantId": "870bfe29-7e36-4782-9116-7db37d1bbb70",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2026-07-28T18:07:46.5567905+00:00",
    "updatedDateUtc": "2026-07-28T18:07:46.5567905+00:00"
  },
  {
    "userGroupId": "bde2cd89-fbbf-404f-a8d2-d666df5def7c",
    "tenantId": "870bfe29-7e36-4782-9116-7db37d1bbb70",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2026-07-28T18:07:46.5567905+00:00",
    "updatedDateUtc": "2026-07-28T18:07:46.5567905+00:00"
  },
  {
    "userGroupId": "bde2cd89-fbbf-404f-a8d2-d666df5def7c",
    "tenantId": "870bfe29-7e36-4782-9116-7db37d1bbb70",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2026-07-28T18:07:46.5567905+00:00",
    "updatedDateUtc": "2026-07-28T18:07:46.5567905+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-07-28T18:07:46.5567905+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-28T18:07:46.5567905+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>870bfe29-7e36-4782-9116-7db37d1bbb70</TenantId>
    <UserGroupId>bde2cd89-fbbf-404f-a8d2-d666df5def7c</UserGroupId>
  </UserGroupRepresentation>
  <UserGroupRepresentation>
    <CreatedDateUtc>2026-07-28T18:07:46.5567905+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-28T18:07:46.5567905+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>870bfe29-7e36-4782-9116-7db37d1bbb70</TenantId>
    <UserGroupId>bde2cd89-fbbf-404f-a8d2-d666df5def7c</UserGroupId>
  </UserGroupRepresentation>
  <UserGroupRepresentation>
    <CreatedDateUtc>2026-07-28T18:07:46.5567905+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-28T18:07:46.5567905+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>870bfe29-7e36-4782-9116-7db37d1bbb70</TenantId>
    <UserGroupId>bde2cd89-fbbf-404f-a8d2-d666df5def7c</UserGroupId>
  </UserGroupRepresentation>
</ArrayOfUserGroupRepresentation>