latestOpenAPI 3.0.02026-08-1092038.0 KB

c0dcbcafc495

Gets general information about a specific user

get/v1/users/{userId}

Path parameters

userIdstring required

The id of the user to fetch data for

Query parameters

expandstring[]

Return each users' expanded data

Response

OK

status'success'

Example response

{
  "data": {
    "user": {
      "phone_number": "123-456-7890"
    }
  }
}