Server-Side

Get user data for publishers

Get User Data for Publishers returns the user data for the given user id.

get/v1/publishers/users/{userId}/profile

Path parameters

userIdstring required

Response

OK

Example response

{
  "data": {
    "birthdate": "1999-01-01"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.