API Docs
Retrieve user's resource sharing request.
Contents
This Web service retrieves a user's resource sharing request.
Resource URL
GET /almaws/v1/users/{user_id}/resource-sharing-requests/{request_id}
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
user_id | xs:string | A unique identifier for the user |
request_id | xs:string | The identifier of the resource sharing request. |
Querystring Parameters
Parameter | Type | Required | Description |
---|---|---|---|
request_id_type | xs:string | Optional. | Request ID type. Optional. Use request_id_type=external to search by external identifier. |
Body Parameters
None
Output
This method returns a User Request for resource sharing
object. See doc
Possible Error Codes
Code | Message |
---|---|
401890 | User with identifier X of type Y was not found. |
401652 | General Error: An error has occurred while processing the request. |
40166450 | No result found for given parameters. |
40166422 | Value of parameter is invalid given other parameter. |
60340 | The request is API Restricted by library. |
60258 | The API Restricted profile is not valid. |