Management APIs-Identity Management-Users-User OAuth Scope Consents

Number of APIs: 4

  1. Record User OAuth Scope Consent POST {{apiPath}}/environments/{{envID}}/users/{{userID}}/oauthConsents

  2. Read All User OAuth Scope Consents GET {{apiPath}}/environments/{{envID}}/users/{{userID}}/oauthConsents

  3. Read One User OAuth Scope Consent GET {{apiPath}}/environments/{{envID}}/users/{{userID}}/oauthConsents/{{oauthConsentID}}

  4. Revoke User OAuth Scope Consent PATCH {{apiPath}}/environments/{{envID}}/users/{{userID}}/oauthConsents/{{oauthConsentID}}