Record User OAuth Scope Consent
POST {{apiPath}}/environments/{{envID}}/users/{{userID}}/oauthConsents
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Record User OAuth Scope Consent.
Request Body
{"application"=>{"name"=>"externalApp1", "appType"=>"EXTERNAL"}, "scope"=>["openid"], "browser"=>{"name"=>"Chrome", "version"=>"101"}, "operatingSystem"=>{"name"=>"Mac OS", "version"=>"12.5.1"}, "device"=>{"type"=>"desktop"}, "status"=>"ACCEPTED"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |