API Documentation
|
where {objectId}
is the ID of a user whitelist rule.
GET
( Deprecated ) - retrieves information about an existing user whitelist rule (specified by objectId
) in any organisation, available to SafeShare administrators only.Notes:
- This endpoint is deprecated and should no longer be used. Organisation administrators can retrieve information about existing user whitelist rules by calling the
GET
method on the <access-service>/api/v1/organisations/{orgId}/userwhitelist API endpoint.- This method takes no parameters.
This API endpoint retrieves information about an existing user whitelist rule (specified by objectId
) in any organisation, available to SafeShare administrators only. This ID can be obtained from a GET
method to the <access-service>/api/v1/organisations/{orgId}/userwhitelist API endpoint, which retrieves a list of information for all current user whitelist within an organisation (specified by orgId
).
Tip: All information returned in the response to this API endpoint is also returned in the response from a GET
method call to the <access-service>/api/v1/organisations/{orgId}/userwhitelist endpoint. Therefore, if you do not already have a user whitelist rule's ID, there is no need to call the GET
method on this API endpoint.
This API endpoint supports the following Cocoon Data user roles (as described in the SafeShare Administrator's Guide):
The Cocoon Data Platform's resources available to a Cocoon Data user meeting the criteria above is determined by the access token submitted in the header of requests to this endpoint.
The appropriate access token as the Bearer
token:
Authorization: Bearer eyJhbGciOiJSUzI1NiJ9.eyJleHAiOjE0NjcwMTY2NjYsInVzZXJfbmFtZSI6ImFsZXgub...
A JSON-formatted response containing the following members:
{objectId}
in the request's URL.