GET /profile/{accountId}

Read a sub profile that belong to the root profile with the given accountId

Path parameters

  • accountId string Required

    accountId of the sub profile

Query parameters

  • clientId string

    clientId of the sub profile

GET /profile/{accountId}
curl \
 --request GET 'https://api.universecloud.io/profile/{accountId}' \
 --header "X-Api-Key: $API_KEY"