Skip to content
FacebookYouTubeX (Twitter)

User

You can use the API to get or set user information.

FieldTypeDescription
idStringThe unique identifier for the user which is given by Pingstreams.
emailStringThe user email.
passwordStringThe user password.
firstnameStringThe user firstname.
lastnameStringThe user lastname.
emailverifiedBooleanDetermine if the user has a email validated.
statusNumberUser status. Permitted values: 100 active, 0 disabled
createdAtStringThe time (ISO-8601 date string) when the user was created.
updatedAtStringThe time (ISO-8601 date string) when the user was updated.
createdByStringThe unique identifier of the row creator
id_projectStringThe unique identifier of the project

GET https://api.pingstreams.com/v3/users

HeaderTypeDescription
Authorizationstringauthorization token. Basic Auth or JWT

PUT https://api.pingstreams.com/v3/users/

HeaderTypeDescription
Authorizationstringauthorization token. Basic Auth or JWT
Content-Typestringuse “application/json” value
FieldTypeDescription
firstnamestringThe user firstname
lastnamestringThe user lastname
attributesobjectThe user custom attributes