Get User Password Security Question

get

/rest/v19/companies/{companyName}/users/{userName}/password

This endpoint returns the password security question for the specified user.

Request

Path Parameters
Back to Top

Response

Supported Media Types

Default Response

Password Response
Body ()
Root Schema : Password Response
Type: object
Title: Password Response
Password Response
Show Source
Back to Top

Examples

This endpoint returns the password security question for the specified user by submitting a GET request to the REST resource using cURL. For more information about cURL, see Use cURL.

curl - X GET -H "Authorization: Bearer <token>" - H "Content-type: application/json"
https://sitename.oracle.com/rest/v19/companies/abcCo/users/AAP39/password

Response Body Sample

{
   "securityQuestion": "Who was your childhood hero?"
}
Back to Top