User Permissions
Configure user roles and permissions.
Permission Roles
- Admin: Full access
- Manager: Transactions, refunds, reporting
- Viewer: Read-only access
Get Permissions
curl https://dev.auxcore.net/api/v1/merchants/merchant_123/permissions
Update Permissions
curl -X PUT https://dev.auxcore.net/api/v1/merchants/merchant_123/permissions \
-d '{
"userId": "user_123",
"permissions": ["transactions", "refunds", "reports"]
}'
Need help? Contact support@auxvault.com