cURL
curl --request POST \ --url https://api.example.com/api/permissions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "emails": [ "<string>" ], "permissions": [ "<string>" ] } '
{ "message": "<string>" }
Add multiple permissions to multiple users or groups in the Firestore
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?