User Account Information
Last updated
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
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Last updated