Users
Find User
GET
https://api.starion.io/apps/:appId/users
Find user info by registered email
Query Parameters
Name | Type | Description |
---|---|---|
email* | String |
User Info
GET
https://api.starion.io/apps/:appId/users/:userId
Path Parameters
Name | Type | Description |
---|---|---|
userId* | String |
User Attributes
PUT
https://api.starion.io/apps/:appId/users/:userId/attributes
Request Body
Name | Type | Description |
---|---|---|
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
Name | Type | Description |
---|---|---|
userId* | String |
Last updated