IdentityAccessGuestAccountAccessValidation
This particular service needs a key that is numerically generated making it near impossible to get a 200, it is currently deprecated until the code can be updated.
Base URL: /domains/legacy/identity/access/guestaccountaccessvalidation
Version: v1
Summary
Path | Operation | Description |
---|---|---|
/documentation | GET | service definition |
/validateOperation | GET | Validates that a guest access operation ID is valid given the web resource and person id OR operation and person id of the delegate. The Service returns the person ID of the delegatee if valid and a 404 is returned if invalid |
Paths
GET /documentation
service definition
Uses default content-types: application/json
- 200 OK
-
Success
GET /validateOperation
Tags: GuestAccessValidationServiceThis particular service needs a key that is numerically generated making it near impossible to get a 200, it is currently deprecated until the code can be updated.
delegatedPersonId | Delegated person identification | query | string | |
operationName | Name of the requested operation | query | string | |
webResourceId | Web resource identification | query | string | |
opid | Operation identifier | query | integer |
Uses default content-types: application/json
- 200 OK
-
Service request is OK and a response has been generated.
- 400 Bad Request
-
There appears to be a syntax error in the composition of the service request. The response structure may contain information about the error. If the base URI or service request URI is invalid, any response will come as an HTTP response.
- 403 Forbidden
-
The user does not have access to the resource.
- 404 Not Found
-
The target resource can not be found for the provided resource identifiers.
- 405 Method Not Allowed
-
The service method is not supported by the service.
- 409 Conflict
-
A conflict has occurred. The response structure may contain information about the conflict.
- 500 Internal Server Error
-
An error occurred generating the response to the service request. This is strictly a server error and not an application error.