Last updated 2 years ago
Was this helpful?
GET /profiles/{username}
GET
/profiles/{username}
Returns user account information. For users with the Standard Registry role it also returns address book and VC document information
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' }