Search for Bypass Codes

GET {{HOST}}/admin/v1/MyBypassCodes

This step requests to search for bypass codes.

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

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: OK

{"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"totalResults":1,"Resources":[{"actualUsageCount":0,"code":"266090512569","idcsLastModifiedBy":{"type":"User","value":"c810ff4522eb437abac013291c1984d1","display":"Joe Bloggs","$ref":"https://example.identitycloud.com/admin/v1/Users/c810ff4522eb437abac013291c1984d1"},"idcsCreatedBy":{"type":"User","display":"Joe Bloggs","value":"c810ff4522eb437abac013291c1984d1","$ref":"https://example.identitycloud.com/admin/v1/Users/c810ff4522eb437abac013291c1984d1"},"id":"c9ba28bd271b48e7b2aca7e68dcd7b34","meta":{"created":"2019-01-29T10:33:10.201Z","lastModified":"2019-01-29T10:33:10.201Z","resourceType":"MyBypassCode","location":"https://example.identitycloud.com/admin/v1/MyBypassCodes/c9ba28bd271b48e7b2aca7e68dcd7b34"},"maxUsageCount":1,"user":{"value":"c810ff4522eb437abac013291c1984d1","$ref":"https://example.identitycloud.com/admin/v1/Users/c810ff4522eb437abac013291c1984d1"},"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:BypassCode"]}],"startIndex":1,"itemsPerPage":50}