Home
Retrieving members
To retrieve a member from the access control list for a feature, use the edit link found in the member entry in the ACL list feed.
You can use this operation to obtain member entry information that you want to preserve prior to performing an update. See Updating members for more information.
See Authenticating requests for information about how to authenticate the request.
Atom API request details
Method Resource URI Output representation GET member
- Web address returned in the HTTP location header when the member entry was created.
- Value of the href attribute of the <link> element with the rel="edit" attribute value for each acl node entry in the acl list feed.
member
Input
None.
Output
An Atom entry document containing the member entry. Returned HTTP Headers
- HTTP/1.1 200 OK
- Indicates that the member entry was successfully found and returned. If an error occurs, this header will contain one of the error codes below.
- Content-Type: application/atom+xml
- Indicates that the document returned contains data in Atom format.
Error codes
- HTTP/1.1 400 Bad Request
- HTTP/1.1 403 Forbidden
- HTTP/1.1 404 Not Found
Related reference