com.atproto.server.getSession
#main
Get information about the current auth session. Requires auth.
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| handle | string (handle) | - | ✅ | - |
| did | string (did) | - | ✅ | - |
| string | - | ❌ | - | |
| emailConfirmed | boolean | - | ❌ | - |
| emailAuthFactor | boolean | - | ❌ | - |
| didDoc | unknown | - | ❌ | - |
| active | boolean | - | ❌ | - |
| status | string | takendown suspended deactivated | ❌ | If active=false, this optional field indicates a possible reason for why the account is not active. If active=false and no status is supplied, then the host makes no claim for why the repository is no longer being hosted. |