Skip to main content

Summary for Identity

GET 

/certifications/:id/identity-summaries/:identitySummaryId

This API returns the summary for an identity on a specified identity campaign certification. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API. Reviewers for this certification can also call this API.

Request

Path Parameters

    id stringrequired

    The identity campaign certification ID

    Example: ef38f94347e94562b5bb8424a56397d8
    identitySummaryId stringrequired

    The identity summary ID

    Example: 2c91808772a504f50172a9540e501ba8

Responses

An identity summary

Schema
    id string

    The ID of the identity summary

    name string

    Name of the linked identity

    identityId string

    The ID of the identity being certified

    completed boolean

    Indicates whether the review items for the linked identity's certification have been completed

Loading...