Skip to main content
GET
/
ref
/
users
Error
A valid request URL is required to generate request examples
{
  "497f6eca-6276-4993-bfeb-53cbbbba6f08": {
    "email": "user@example.com",
    "first_name": "string",
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "last_name": "string",
    "picture": "https://accounts.platform.sh/profiles/blimp_profile/themes/platformsh_theme/images/mail/logo.png",
    "username": "string",
    "mfa_enabled": false,
    "sso_enabled": false
  }
}

Authorizations

Authorization
string
header
required

Query Parameters

in
string
required

The list of comma-separated user IDs generated by a trusted service.

sig
string
required

The signature of this request generated by a trusted service.

Response

OK

A map of referenced users indexed by the user ID.

{key}
object

The referenced user, or null if it no longer exists.