Skip to main content
GET
/
api
/
shared-mailboxes
/
{id}
/
can-send
/
{userId}
Check if user can send from shared mailbox
curl --request GET \
  --url https://api.raul.ugps.io/api/shared-mailboxes/{id}/can-send/{userId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
string
required
userId
string
required

Response

200 - undefined