GET
/
api
/
v1
/
user_unit_role_groups
{
  "hydra:member": [
    {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "user": {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "id": 123,
        "firstName": "<string>",
        "lastName": "<string>",
        "localCenter": {
          "@context": "<string>",
          "@id": "<string>",
          "@type": "<string>",
          "alias": "<string>",
          "id": 123,
          "name": "<string>"
        },
        "localCenterParent": "https://example.com/",
        "type": {
          "@context": "<string>",
          "@id": "<string>",
          "@type": "<string>",
          "id": 123,
          "name": "<string>",
          "namePlural": "<string>",
          "position": 123,
          "isUserType": true,
          "options": [
            "<string>"
          ],
          "isLocalCenter": true,
          "isLocalCenterParent": true,
          "isNational": true,
          "chartName": "<string>"
        },
        "fullName": "<string>",
        "isFeeActive": true,
        "isExpiredValidFeeDate": true,
        "townCurrent": {
          "@context": "<string>",
          "@id": "<string>",
          "@type": "<string>",
          "id": 123,
          "name": "<string>",
          "nameWithCounty": "<string>"
        },
        "logo": "<string>",
        "profileWebsite": "<string>",
        "profileFacebook": "<string>",
        "profileTwitter": "<string>",
        "profileLinkedin": "<string>",
        "profileInstagram": "<string>",
        "profileTelegram": "<string>",
        "isFullMember": true,
        "validFeeDate": "2023-11-07T05:31:56Z",
        "validLocalFeeDate": "2023-11-07T05:31:56Z",
        "feeLocalProductPrice": "https://example.com/",
        "feeTenantProductPrice": "https://example.com/",
        "isExpiredValidLocalFeeDate": true,
        "isLocalFeeActive": true,
        "profileTiktok": "<string>"
      }
    }
  ],
  "hydra:totalItems": 1,
  "hydra:view": {
    "@id": "string",
    "type": "string",
    "hydra:first": "string",
    "hydra:last": "string",
    "hydra:previous": "string",
    "hydra:next": "string"
  },
  "hydra:search": {
    "@type": "<string>",
    "hydra:template": "<string>",
    "hydra:variableRepresentation": "<string>",
    "hydra:mapping": [
      {
        "@type": "<string>",
        "variable": "<string>",
        "property": "<string>",
        "required": true
      }
    ]
  }
}

Query Parameters

page
integer
default:1

The collection page number

pagination
boolean

Enable or disable pagination

unit
string
unit[]
string[]
user.type
string
user.type[]
string[]
user.status
string
user.status[]
string[]
user.townCurrent
string
user.townCurrent[]
string[]
order[user.localCenter.name]
enum<string>
default:asc
Available options:
asc,
desc
order[user.townCurrent.name]
enum<string>
default:asc
Available options:
asc,
desc
order[user.dateBirth]
enum<string>
default:asc
Available options:
asc,
desc
order[user.status]
enum<string>
default:asc
Available options:
asc,
desc
order[user.lastName]
enum<string>
default:asc
Available options:
asc,
desc
order[user.type.position]
enum<string>
default:asc
Available options:
asc,
desc
order[user.isFullMember]
enum<string>
default:asc
Available options:
asc,
desc

Response

200
application/ld+json

UserUnitRoleGroup collection

The response is of type object.