Users
Get user
⚠️ This endpoint is in public preview.
Returns user details by ID or resource path.
get/preview/v2/users/{id}
Path parameters
idstring required
A resource path like 'sfc:user:my-user' or an ID. Resource paths are human-readable but not stable - they change when resources are renamed or moved. IDs are stable and permanent.
Example:my-resource-name
User ID or resource path
Response
User details.
Example response
{
"object": "user",
"id": "my-resource-name",
"resource_path": "sfc:user:<name>",
"created_at": 1738972800
}Changes
Changed in 1 of the 44 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 20 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○