Select a Platform
- Home
- Quick Overview
- App Manager
- SDKs
- Features
- REST API
- API Intro
- App Authentication
- Application Data
- Custom Auth
- Custom Data
- Events
- Events Intro
- Event Add
- Event Get
- Event Update
- Event Comment Add
- Event Comment Delete
- Event Comments Get
- Event Comment Update
- Event Participant Invite
- Event Participants Invite
- Event Participants Get
- Event Participant Delete
- Event Request Invitation
- Event RSVP
- Events Search
- Events Search by Person ID
- Event AppData Add
- Event AppData Delete
- Event AppData Get
- Event AppData Get All
- Event AppData Update
- Friends
- GeoCode
- Locations
- Notifications
- Persons
- Definitions
- Enums
PersonLogin
Defines basic user login information in Proxomo. You can then use the PersonID field to get more detailed information about the user's Person record.
Data Fields
| Name | Data Type | Required | Comments |
|---|---|---|---|
| PersonID | String | Yes | Unique identifier for the Person record. |
| ApplicationID | String | Yes | A unique identifier for your application generated when you registered your application in the Proxomo App Manager. |
| UserName | String | Yes | UserName for the new user record being created.. |
| Role | String | Yes | Valid values are "admin" or "user". Drives user access or permissions. |
