GET api/User/Profiles/{archiveGuid}
Retrieves user profiles based on the provided archive GUID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| archiveGuid |
The unique identifier for the archive whose user profiles are to be retrieved. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
An that represents the result of the operation. Returns a 200 OK response with the user profiles if successful, or a 400 Bad Request response with an error message if authentication fails or an exception occurs.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.