Request access to a resource
POST/access-requests
Creates an access request for a resource. The caller must provide role_id and have the required role authorization for the specified resource type. The resource must exist and be active. Requests are rejected if the caller already has equal or higher access or if a request is already pending. Dataset and domain requests may require domain or tenant access to be requested as part of the operation. On success, the response includes Message and RequestId.
Request
Responses
- 200
- 400
- 500
Access request created. Message is "Successfully raised the request for {resource_type}." RequestId is the new or reused UUID.
Response Headers
Validation or authorization failure. Body is {"Message": " -
Response Headers
Backend failure. Body is {"Message": " -