Cyan Web API - Version 1


GET api/userGroups

            Gets all UserGroups.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "userGroupId": "b1008af6-da31-476d-9d41-eaba6da95c8c",
    "tenantId": "4b2790c8-2790-47d5-b2a8-940a1b86a047",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2025-11-12T13:20:29.8412414+00:00",
    "updatedDateUtc": "2025-11-12T13:20:29.8412414+00:00"
  },
  {
    "userGroupId": "b1008af6-da31-476d-9d41-eaba6da95c8c",
    "tenantId": "4b2790c8-2790-47d5-b2a8-940a1b86a047",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2025-11-12T13:20:29.8412414+00:00",
    "updatedDateUtc": "2025-11-12T13:20:29.8412414+00:00"
  },
  {
    "userGroupId": "b1008af6-da31-476d-9d41-eaba6da95c8c",
    "tenantId": "4b2790c8-2790-47d5-b2a8-940a1b86a047",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2025-11-12T13:20:29.8412414+00:00",
    "updatedDateUtc": "2025-11-12T13:20:29.8412414+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-12T13:20:29.8412414+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-12T13:20:29.8412414+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>4b2790c8-2790-47d5-b2a8-940a1b86a047</TenantId>
    <UserGroupId>b1008af6-da31-476d-9d41-eaba6da95c8c</UserGroupId>
  </UserGroupRepresentation>
  <UserGroupRepresentation>
    <CreatedDateUtc>2025-11-12T13:20:29.8412414+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-12T13:20:29.8412414+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>4b2790c8-2790-47d5-b2a8-940a1b86a047</TenantId>
    <UserGroupId>b1008af6-da31-476d-9d41-eaba6da95c8c</UserGroupId>
  </UserGroupRepresentation>
  <UserGroupRepresentation>
    <CreatedDateUtc>2025-11-12T13:20:29.8412414+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-12T13:20:29.8412414+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>4b2790c8-2790-47d5-b2a8-940a1b86a047</TenantId>
    <UserGroupId>b1008af6-da31-476d-9d41-eaba6da95c8c</UserGroupId>
  </UserGroupRepresentation>
</ArrayOfUserGroupRepresentation>