Step 3: Obtain user token
GET {{stripeUrl}}/admin/v1/UserTokens?filter=userId co "{{userId}}"
FYI - Must use the OAuth Client App to obtain this information, not the ME App used to test some self-service endpoints.
After step 2, an email is sent to the user with a link. The user clicks the link (sending the user token) and the UI invokes the /MePasswordRest endpoint using that user token.
Use Step 3 to get the user token (since Qodex can't access emails).
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Date | string |
RESPONSES
status: OK
{"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"totalResults":1,"Resources":[{"data":"alice@example.com","idcsLastModifiedBy":{"type":"User","value":"98296b6bd077438a9fe368128fd2faac","display":"admin opc","$ref":"https://bravoe.identity.internal.oracle.com:8943/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"idcsCreatedBy":{"type":"User","display":"admin opc","value":"98296b6bd077438a9fe368128fd2faac","$ref":"https://bravoe.identity.internal.oracle.com:8943/admin/v1/Users/98296b6bd077438a9fe368128fd2faac"},"id":"3c0a51fa1a434c3890c7d8aa1d38701e","eventId":"admin.me.password.reset.request.success","meta":{"created":"2019-03-29T08:39:03.291Z","lastModified":"2019-03-29T08:39:03.291Z","resourceType":"UserToken","location":"https://bravoe.identity.internal.oracle.com:8943/admin/v1/UserTokens/3c0a51fa1a434c3890c7d8aa1d38701e"},"userId":"64657f954bc7466594eedb1ce7780846","token":"Wb+AI+I11M9ESRpTW0TP7cfk0MCWyF2cWlcKC0iyQ3A=","expiryTime":"2019-03-30T08:39:03.291Z","tokenType":"email","status":0,"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:UserToken"]}],"startIndex":1,"itemsPerPage":50}