The Username & Password API lets an external system (HR, PMS, event platform) pre-create and rotate username/password user accounts on a Sign-In Context. Use this family when your workflow hands out credentials before the guest arrives (e.g. at check-in) rather than letting them self-provision at the Captive Portal.Documentation Index
Fetch the complete documentation index at: https://wiki.netgraph-connect.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- The target Sign-In Context has the Username and Password module enabled.
- Your integration has the Context API key (
x-auth-token) and the Organization is configured with the caller’s source IP on the Administrator portal IP whitelist.
Error body
A failed request in this family returns:error_code— machine-readable category.error_message— human-readable description of what went wrong.request_id— correlation ID; include it when reporting an issue.
Operations
Create user
POST .../modules/up/createUpdate user
PUT .../modules/up/updateDelete user
DELETE .../modules/up/delete
