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

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

Last updated