cURL
curl --request GET \ --url https://api.pcxpay.com/v1/organizations/{org_id}/members/{user_id}/permissions \ --header 'Authorization: Bearer <token>'
{ "user_id": "<string>", "org_id": "<string>", "permissions": [ { "resource": "<string>", "resource_name": "<string>", "actions": [ "READ" ], "constraints": {}, "granted_by": "<string>", "granted_by_name": "<string>", "granted_at": "2023-11-07T05:31:56Z" } ] }
Requires role org-admin or staff.
org-admin
staff
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Member permissions
Show child attributes