User identity

The user identity.

Get all user identities

Get all user identities for the authenticated user.

SecurityJWT
Request
query Parameters
page
integer
Default: 1

The page number of the response.

Responses
200

Successful operation

get/useridentity
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "91c6753819b0e06e3dacf474dd84dfcdc7da2c55",
  • "data": [
    ],
  • "meta": {
    },
  • "timestamp": 1734695727290
}

Get a user identity

Get a user identity for the authenticated user.

SecurityJWT
Request
path Parameters
useridentity
required
string or integer

The id/hash of the user identity.

Responses
200

Successful operation

404

Not Found

get/useridentity/{useridentity}
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "a7987ed7496942f6e448bf38c41210ea83ce2032",
  • "data": {
    },
  • "timestamp": 1734695757591
}

Delete a user identity

Delete a user identity.

SecurityJWT
Request
path Parameters
useridentity
required
string or integer

The id/hash of the user identity.

Responses
200

Successful operation

delete/useridentity/{useridentity}
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "97d170e1550eee4afc0af065b78cda302a97674c",
  • "data": { },
  • "timestamp": 1734696886771
}