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
Name
Type
Description
username*
String
The name of the user for whom to fetch the information
{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/User'
}{
    // Response
}{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
}Last updated