Authenticate to OfficeRnD Flex with OAuth2 client credentials and query the members API
domain: developer.officernd.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
In OfficeRnD, go to Settings > Data & Extensibility > Developer Tools and create an application to get a Client ID and Client Secret
POST form-encoded data to https://identity.officernd.com/oauth/token with grant_type=client_credentials, client_id, client_secret, and a scope like flex.community.members.read
Store the returned Bearer access token, which expires in 3600 seconds
Call GET https://app.officernd.com/api/v2/organizations/{orgSlug}/members with the Authorization: Bearer header to list or filter members
Request additional scopes such as flex.community.members.create if the integration also needs to create or update members
Known gotchas
Access tokens expire after one hour — cache them and request a new client_credentials token rather than assuming a long-lived session
Each OAuth scope maps to a specific module/action; calling an endpoint without the matching scope returns an authorization error, not partial data
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?