get user details
Developing
GET
https://Example-Server.com/be/v1/users/{username}
Last modified:2025-05-08 12:00:04
Required Permissions
users.read
Request
Path Params
username
string
required
Example:
adminPrincipal
Match pattern:
/^[A-Za-z0-9_]{2,50}$/
Header Params
x-rockit-beauth-token
string
required
POST /be/v1/auth
) or API key (POST /be/v1/apikeys
) Mutually excluded with
x-rockit-api-key
.Example:
{{_edge_org_admin_beauth_token}}
x-rockit-orgname
string
required
Requires
x-rockit-username
and x-rockit-api-key
.Example:
{{EDGE_ORG_NAME}}
x-rockit-username
string
required
Requires
x-rockit-orgname
and x-rockit-api-key
.Example:
adminPrincipal
x-rockit-api-key
string
required
Mutually excluded with
x-rockit-beauth-token
. Requires x-rockit-username
and x-rockit-orgname
.Example:
{{_adminPrincipal_apiKey}}