![]() |
API Documentation
|
where {objectId} is the ID of a user whitelist rule.
GET ( Deprecated ) - used to retrieve information about an existing user whitelist rule (specified by objectId) in any organization, available to Safe Share administrators only.Notes:
- This endpoint is deprecated and should no longer be used. Organization administrators can retrieve information about existing user whitelist rules by calling the
GETmethod 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 organization, available to Safe Share 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 organization (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 Covata user roles (as described in the Safe Share Administrator's Guide):
The Covata Platform's resources available to a Covata 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.