Skip to content

Latest commit

 

History

History
107 lines (80 loc) · 1.7 KB

contact_data_details.md

File metadata and controls

107 lines (80 loc) · 1.7 KB

User Contact Data Details

GET https://api.betterplace.org/de/api_v4/users/250285/contact_data.json

Name and email for the given user.

Used by api clients to access data about the managers of projects that belog to this client.

🔒 Only available if authenticated as a client and only if this clients has permissions to access this data. See betterplace.org clients.

URL Parameters

Parameter Example Required Description
user_id 250285 yes

User-id as an integer number.

Response Attributes

Root Attributes

Attribute Types Example Description
first_name string Peter

The first name of the user or donor.

last_name string Paul

The last name of the user or donor.

email string [email protected]

The email address of the user or donor.

Response Links

Linkname Description
No response example defined

Response Example

{
  "first_name": "Daniel",
  "last_name": "Bär",
  "email": "[email protected]",
  "links": [

  ]
}