https://api.appstoreconnect.apple.com//v1/usersfilter by attribute 'roles'
filter by attribute 'username'
filter by id(s) of related 'visibleApps'
comma-separated list of sort expressions; resources will be sorted as specified
the fields to include for returned resources of type users
maximum resources per page
comma-separated list of relationships to include
the fields to include for returned resources of type apps
maximum number of related visibleApps returned (when they are included)
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://api.appstoreconnect.apple.com//v1/users' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://api.appstoreconnect.apple.com//v1/usersfilter by attribute 'roles'
filter by attribute 'username'
filter by id(s) of related 'visibleApps'
comma-separated list of sort expressions; resources will be sorted as specified
the fields to include for returned resources of type users
maximum resources per page
comma-separated list of relationships to include
the fields to include for returned resources of type apps
maximum number of related visibleApps returned (when they are included)
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://api.appstoreconnect.apple.com//v1/users' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}