Skip to main content
GET
/
api
/
omnichannel
/
auth
/
microsoft
/
admin-consent
Obtener URL de consentimiento de administrador
curl --request GET \
  --url https://api.raul.ugps.io/api/omnichannel/auth/microsoft/admin-consent \
  --header 'Authorization: Bearer <token>'
{
  "adminConsentUrl": "<string>",
  "instructions": "<string>",
  "requiredScopes": [
    "<string>"
  ],
  "nextSteps": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Response

200 - application/json

URL de consentimiento y instrucciones

instructions
string
requiredScopes
string[]
nextSteps
string