Cyan Web API - Version 1


GET api/userGroups

            Gets all UserGroups.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "userGroupId": "b19ebfb1-98ed-4708-933d-7ca404b5f8df",
    "tenantId": "990be2c1-8161-4dc8-a102-d8fcc95fb7ce",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2025-04-18T05:56:57.1164591+00:00",
    "updatedDateUtc": "2025-04-18T05:56:57.1164591+00:00"
  },
  {
    "userGroupId": "b19ebfb1-98ed-4708-933d-7ca404b5f8df",
    "tenantId": "990be2c1-8161-4dc8-a102-d8fcc95fb7ce",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2025-04-18T05:56:57.1164591+00:00",
    "updatedDateUtc": "2025-04-18T05:56:57.1164591+00:00"
  },
  {
    "userGroupId": "b19ebfb1-98ed-4708-933d-7ca404b5f8df",
    "tenantId": "990be2c1-8161-4dc8-a102-d8fcc95fb7ce",
    "lookupKey": "sample string 3",
    "name": "sample string 4",
    "description": "sample string 5",
    "isDefault": true,
    "createdDateUtc": "2025-04-18T05:56:57.1164591+00:00",
    "updatedDateUtc": "2025-04-18T05:56:57.1164591+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-04-18T05:56:57.1164591+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-04-18T05:56:57.1164591+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>990be2c1-8161-4dc8-a102-d8fcc95fb7ce</TenantId>
    <UserGroupId>b19ebfb1-98ed-4708-933d-7ca404b5f8df</UserGroupId>
  </UserGroupRepresentation>
  <UserGroupRepresentation>
    <CreatedDateUtc>2025-04-18T05:56:57.1164591+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-04-18T05:56:57.1164591+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>990be2c1-8161-4dc8-a102-d8fcc95fb7ce</TenantId>
    <UserGroupId>b19ebfb1-98ed-4708-933d-7ca404b5f8df</UserGroupId>
  </UserGroupRepresentation>
  <UserGroupRepresentation>
    <CreatedDateUtc>2025-04-18T05:56:57.1164591+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-04-18T05:56:57.1164591+00:00</UpdatedDateUtc>
    <Description>sample string 5</Description>
    <IsDefault>true</IsDefault>
    <LookupKey>sample string 3</LookupKey>
    <Name>sample string 4</Name>
    <TenantId>990be2c1-8161-4dc8-a102-d8fcc95fb7ce</TenantId>
    <UserGroupId>b19ebfb1-98ed-4708-933d-7ca404b5f8df</UserGroupId>
  </UserGroupRepresentation>
</ArrayOfUserGroupRepresentation>