Get all user identities for the authenticated user.
Successful operation
{- "success": true,
- "hash": "91c6753819b0e06e3dacf474dd84dfcdc7da2c55",
- "data": [
- {
- "id": 3,
- "hash": "896f404f817224b84fcbe22dfe9a63f7994eb11e",
- "email": "titan@nordantech.com",
- "provider": "el87069d3fc9ce375fa13d757e92b29b5c05b90a",
- "type": 3,
- "created_time": "2024-12-20T11:48:18.000000Z",
- "modified_time": "2024-12-20T11:48:18.000000Z",
- "modified_user_time": null,
- "model": "UserIdentity"
}
], - "meta": {
- "page": 1,
- "first": 1,
- "last": 1,
- "total": 1,
- "limit": 1000,
- "pages": 1
}, - "timestamp": 1734695727290
}
Get a user identity for the authenticated user.
Successful operation
Not Found
{- "success": true,
- "hash": "a7987ed7496942f6e448bf38c41210ea83ce2032",
- "data": {
- "id": 3,
- "hash": "896f404f817224b84fcbe22dfe9a63f7994eb11e",
- "email": "titan@nordantech.com",
- "provider": "el87069d3fc9ce375fa13d757e92b29b5c05b90a",
- "type": 3,
- "created_time": "2024-12-20T11:48:18.000000Z",
- "modified_time": "2024-12-20T11:48:18.000000Z",
- "modified_user_time": null,
- "model": "UserIdentity"
}, - "timestamp": 1734695757591
}