Cyan Web API - Version 1


GET api/userGroups

            Gets all UserGroups.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "userGroupId": "e137b67c-fc5f-4b42-8bde-6fcaf14aead4",
    "tenantId": "f86bf672-5765-49e3-b70b-aa3ef30a6afc",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2026-02-04T01:51:09.1954742+00:00",
    "updatedDateUtc": "2026-02-04T01:51:09.1954742+00:00"
  },
  {
    "userGroupId": "e137b67c-fc5f-4b42-8bde-6fcaf14aead4",
    "tenantId": "f86bf672-5765-49e3-b70b-aa3ef30a6afc",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2026-02-04T01:51:09.1954742+00:00",
    "updatedDateUtc": "2026-02-04T01:51:09.1954742+00:00"
  },
  {
    "userGroupId": "e137b67c-fc5f-4b42-8bde-6fcaf14aead4",
    "tenantId": "f86bf672-5765-49e3-b70b-aa3ef30a6afc",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2026-02-04T01:51:09.1954742+00:00",
    "updatedDateUtc": "2026-02-04T01:51:09.1954742+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-02-04T01:51:09.1954742+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-04T01:51:09.1954742+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>f86bf672-5765-49e3-b70b-aa3ef30a6afc</TenantId>
    <UserGroupId>e137b67c-fc5f-4b42-8bde-6fcaf14aead4</UserGroupId>
  </UserGroupRepresentation>
  <UserGroupRepresentation>
    <CreatedDateUtc>2026-02-04T01:51:09.1954742+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-04T01:51:09.1954742+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>f86bf672-5765-49e3-b70b-aa3ef30a6afc</TenantId>
    <UserGroupId>e137b67c-fc5f-4b42-8bde-6fcaf14aead4</UserGroupId>
  </UserGroupRepresentation>
  <UserGroupRepresentation>
    <CreatedDateUtc>2026-02-04T01:51:09.1954742+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-04T01:51:09.1954742+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>f86bf672-5765-49e3-b70b-aa3ef30a6afc</TenantId>
    <UserGroupId>e137b67c-fc5f-4b42-8bde-6fcaf14aead4</UserGroupId>
  </UserGroupRepresentation>
</ArrayOfUserGroupRepresentation>