Get my information

GET {{stripeUrl}}/admin/v1/Me

Prerequisites for this step: - Use the 'Obtain ME access_token' to obtain a valid access token.

This endpoint can be used by a user to fetch details of their profile. For MFA factor enrollment, the user can look at the urn:ietf:params:scim:schemas:oracle:idcs:extension:mfa:User schema extension to get MFA-related attribute details. The sample shows the response sent when a user who has enrolled for the Email factor, queries for their profile.

In the Response:

The attribute mfaStatus:ENROLLED indicates that the user has enrolled in MFA.

The preferredAuthenticationFactor attribute indicates the factor that the user has set as their preferred method. In this example, it is EMAIL.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Datestring

RESPONSES

status: OK

{"idcsCreatedBy":{"type":"User","display":"admin user","value":"05999e92c93c4b45a04efd094ac5730e","$ref":"https://example.identitycloud.com/admin/v1/Users/05999e92c93c4b45a04efd094ac5730e"},"id":"c810ff4522eb437abac013291c1984d1","meta":{"created":"2019-01-24T10:06:52.595Z","lastModified":"2019-01-28T13:48:16.255Z","resourceType":"Me","location":"https://example.identitycloud.com/admin/v1/Me/c810ff4522eb437abac013291c1984d1"},"active":true,"displayName":"Joe Bloggs","idcsLastModifiedBy":{"value":"ae2a737670b046fcab0d3ca18ec8fe75","display":"idcsoauth","type":"App","$ref":"https://example.identitycloud.com/admin/v1/Apps/ae2a737670b046fcab0d3ca18ec8fe75"},"userName":"jbloggs","urn:ietf:params:scim:schemas:oracle:idcs:extension:user:User":{"creationMechanism":"idcsui"},"urn:ietf:params:scim:schemas:oracle:idcs:extension:userState:User":{"locked":{"on":false}},"name":{"formatted":"Joe Bloggs","familyName":"Bloggs","givenName":"Joe"},"emails":[{"verified":true,"primary":false,"secondary":false,"value":"joe.bloggs@example.com","type":"recovery"},{"verified":true,"primary":true,"secondary":false,"value":"joe.bloggs@example.com","type":"work"}],"urn:ietf:params:scim:schemas:oracle:idcs:extension:mfa:User":{"mfaStatus":"ENROLLED","loginAttempts":0,"preferredAuthenticationFactor":"PUSH","preferredDevice":{"value":"2b27b8c072d64b899d41c8470acea32a","$ref":"https://example.identitycloud.com/admin/v1/Devices/2b27b8c072d64b899d41c8470acea32a"}},"schemas":["urn:ietf:params:scim:schemas:core:2.0:User","urn:ietf:params:scim:schemas:oracle:idcs:extension:user:User","urn:ietf:params:scim:schemas:oracle:idcs:extension:userState:User","urn:ietf:params:scim:schemas:oracle:idcs:extension:mfa:User"]}