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
-
companyName(required): string
Company login name. For Host Company users, use _host. For Partner Organization users, use partner organization company login name.
-
userName(required): string
Login name of the user.
Response
Supported Media Types
- application/json
Default Response
Password Response
Root Schema : Password Response
Type:
object
Title:
Password Response
Password Response
Show Source
-
securityQuestion:
string
Title:
Security Question
Security Question for User
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?" }