Get Permissions
POST/api/v1/permission
Returns the results of a given IAM query.
If you set the Accept request header to appliation/json, the response object contains an array of items with permissions data.
The request parameter limit determines the number of items—for example, permissions—in the response object. If the amount of available data is greater than the specified limit, use the response object attribute data.nextPageToken as the request parameter pageToken in Get Permissions Next Page to request the next page of data.
If you set the Accept request header to text/csv, the response is a CSV that contains permissions details.
Request
Responses
- 200
- 201
- 401
- 403
- 404
OK
Created
Unauthorize
Forbidden
Not Found