User Account Information

RETURNS USER'S ACCOUNT INFORMATION

Returns user account info

GET /profiles/{username}

Returns user account information. For users with the Standard Registry role it also returns address book and VC document information

Path Parameters

NameTypeDescription

username*

String

The name of the user for whom to fetch the information

{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/User'
}

Last updated