Last updated 11 months ago
Resources you can use to get more information about the user that just finished .
Subject of the token
GET /v1/directory/{sub} HTTP/1.1 Host: api.global.id Accept: */*
Public profile information of the identity
{ "gid_uuid": "text", "name": "text", "display_name": "text", "profile_photo": "text", "created_at": "2025-05-21T21:52:55.066Z", "public_key": "text", "country_code": "text", "type": "USER" }
GlobaliD of the user, can be retrieved from the globalid claim in the access token
GET /v1/directory/profile/{globalid} HTTP/1.1 Host: api.global.id Accept: */*
Subject of the access token
GET /v1/directory/{sub}/avatar HTTP/1.1 Host: api.global.id Accept: */*
Redirect to the provided redirect_uri with an authorization code
No content