{
"hydra:member": [
{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"userList": "https://example.com/",
"user": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"email": "jsmith@example.com",
"fullName": "<string>",
"logo": "<string>"
},
"profileExternal": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"name": "<string>",
"email": "<string>",
"fullName": "<string>",
"firstName": "<string>",
"lastName": "<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
}
]
}
}
Retrieves the collection of UserListLink resources.
{
"hydra:member": [
{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"userList": "https://example.com/",
"user": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"email": "jsmith@example.com",
"fullName": "<string>",
"logo": "<string>"
},
"profileExternal": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"name": "<string>",
"email": "<string>",
"fullName": "<string>",
"firstName": "<string>",
"lastName": "<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
}
]
}
}
The collection page number
Enable or disable pagination
UserListLink collection
The response is of type object
.