Users

Find User

GET https://api.starion.io/apps/:appId/users

Find user info by registered email

Query Parameters

NameTypeDescription

email*

String

[]

User Info

GET https://api.starion.io/apps/:appId/users/:userId

Path Parameters

NameTypeDescription

userId*

String

User Attributes

PUT https://api.starion.io/apps/:appId/users/:userId/attributes

Request Body

NameTypeDescription

attributes*

Object

Attributes that being updated, another attributes will be kept intact.

Delete User

DELETE https://api.starion.io/apps/:appId/users/:userId

Path Parameters

NameTypeDescription

userId*

String

Last updated