{
"hydra:member": [
{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"role": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"name": "<string>",
"namePlural": "<string>",
"unitType": "https://example.com/",
"position": 123,
"isUserType": true,
"options": [
"<string>"
],
"isLocalCenter": true,
"isLocalCenterParent": true,
"isNational": true,
"permissions": [
"<string>"
],
"chartName": "<string>"
},
"user": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"firstName": "<string>",
"lastName": "<string>",
"email": "jsmith@example.com",
"status": "<string>",
"type": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"name": "<string>",
"namePlural": "<string>",
"unitType": "https://example.com/",
"position": 123,
"isUserType": true,
"options": [
"<string>"
],
"isLocalCenter": true,
"isLocalCenterParent": true,
"isNational": true,
"permissions": [
"<string>"
],
"chartName": "<string>"
},
"age": 123,
"fullName": "<string>",
"logo": "<string>",
"phoneNumber": "<string>",
"cardId": "<string>",
"feeTenantProductPrice": "https://example.com/",
"postalCode": "<string>",
"address": "<string>",
"professionOrganisation": "<string>",
"professionOrganisationRole": "<string>",
"companyIdentifier": "<string>",
"companyName": "<string>",
"companyAddress": "<string>",
"companyRegNo": "<string>"
},
"unit": "https://example.com/",
"dateCreated": "2023-11-07T05:31:56Z",
"dateEnded": "2023-11-07T05:31:56Z",
"isAdmin": true
}
],
"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
}
]
}
}
Retrieves the collection of UserRole resources.
{
"hydra:member": [
{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"role": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"name": "<string>",
"namePlural": "<string>",
"unitType": "https://example.com/",
"position": 123,
"isUserType": true,
"options": [
"<string>"
],
"isLocalCenter": true,
"isLocalCenterParent": true,
"isNational": true,
"permissions": [
"<string>"
],
"chartName": "<string>"
},
"user": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"firstName": "<string>",
"lastName": "<string>",
"email": "jsmith@example.com",
"status": "<string>",
"type": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"name": "<string>",
"namePlural": "<string>",
"unitType": "https://example.com/",
"position": 123,
"isUserType": true,
"options": [
"<string>"
],
"isLocalCenter": true,
"isLocalCenterParent": true,
"isNational": true,
"permissions": [
"<string>"
],
"chartName": "<string>"
},
"age": 123,
"fullName": "<string>",
"logo": "<string>",
"phoneNumber": "<string>",
"cardId": "<string>",
"feeTenantProductPrice": "https://example.com/",
"postalCode": "<string>",
"address": "<string>",
"professionOrganisation": "<string>",
"professionOrganisationRole": "<string>",
"companyIdentifier": "<string>",
"companyName": "<string>",
"companyAddress": "<string>",
"companyRegNo": "<string>"
},
"unit": "https://example.com/",
"dateCreated": "2023-11-07T05:31:56Z",
"dateEnded": "2023-11-07T05:31:56Z",
"isAdmin": true
}
],
"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
}
]
}
}
The collection page number
Enable or disable pagination
asc
, desc
asc
, desc
asc
, desc
asc
, desc
UserRole collection
The response is of type object
.