Search users by name or email
Searches user accounts by name or email address. Used by the membership assignment UI to find users to add to projects. Requires authentication.
Authorizations
Personal access token authentication. Send via Authorization header: Authorization: Token vulcan_xxx. Tokens are SHA-256 hashed server-side (never stored in plaintext). Scopes: read (GET), write (mutations), admin (everything). Create tokens via Settings → API Tokens in the web UI.
Parameters
Query Parameters
Search query string (minimum 2 characters).
"container platform"2Type of resource to search members for.
"Project""Component""Project"ID of the project or component to search members for.
1Search scope. Default searches non-members (for "add member" flow, admin only). "members" searches existing members (for PoC selection, any member).
"members""members"Maximum number of results (1-25, default 10).
10125Responses
Matching users