Table of Contents
User Link List Representation
Table of Contents
This article describes the JSON format that is used for sending a list of users to various requests (typically for adding and removing users to and from groups). It is similar to the user list representation, except it contains only links to users rather than information about each user.
Requests with this representation in the request body are made to member lists of groups. For more information, see User List Representation and Group Representation.
MIME Type
application/vnd.fotoware.user-link-list+json
Example
|
|
Attributes
Name | Type | Description |
---|---|---|
data | Array of objects | All users in the list |
href | string | URL of the user. This is identical to the href attribute of the user representation. It is also returned in the Location header of a request to create a new user. |