2020-01-01 22:37:59 +01:00
---
title: IdentityProof
2020-01-12 14:11:56 +01:00
description: Represents a proof from an external identity provider.
2020-01-01 22:37:59 +01:00
menu:
docs:
parent: entities
2022-11-20 07:34:38 +01:00
aliases: [
"/entities/identityproof",
"/entities/IdentityProof",
"/api/entities/identityproof",
"/api/entities/IdentityProof",
]
2020-01-01 22:37:59 +01:00
---
2022-11-20 07:34:38 +01:00
{{< hint style = "danger" > }}
Identity proofs have been deprecated in 3.5.0 and newer. Previously, the only proof provider was Keybase, but development on Keybase has stalled entirely since it was acquired by Zoom.
{{< / hint > }}
```json
2020-01-01 22:37:59 +01:00
{
"provider": "Keybase",
"provider_username": "gargron",
"updated_at": "2019-07-21T20:14:39.596Z",
"proof_url": "https://keybase.io/gargron/sigchain#5cfc20c7018f2beefb42a68836da59a792e55daa4d118498c9b1898de7e845690f",
"profile_url": "https://keybase.io/gargron"
}
```
## Attributes
2020-01-12 14:11:56 +01:00
### `provider` {#provider}
2020-01-01 22:37:59 +01:00
2020-01-12 14:11:56 +01:00
**Description:** The name of the identity provider.\
**Type:** String\
2022-11-20 07:34:38 +01:00
**Version history:**\
2.8.0 - added
2020-01-01 22:37:59 +01:00
2020-01-12 14:11:56 +01:00
### `provider_username` {#provider_username}
2020-01-01 22:37:59 +01:00
2020-01-12 14:11:56 +01:00
**Description:** The account owner's username on the identity provider's service.\
**Type:** String\
2022-11-20 07:34:38 +01:00
**Version history:**\
2.8.0 - added
2020-01-01 22:37:59 +01:00
2022-11-20 07:34:38 +01:00
### `updated_at` {#updated_at}
2020-01-01 22:37:59 +01:00
2022-11-20 07:34:38 +01:00
**Description:** When the identity proof was last updated.\
**Type:** String (ISO 8601 Datetime)\
**Version history:**\
2.8.0 - added
2020-01-01 22:37:59 +01:00
2020-01-12 14:11:56 +01:00
### `proof_url` {#proof_url}
2020-01-01 22:37:59 +01:00
2020-01-12 14:11:56 +01:00
**Description:** A link to a statement of identity proof, hosted by the identity provider.\
2022-11-20 07:34:38 +01:00
**Type:** String (URL)\
**Version history:**\
2.8.0 - added
2020-01-01 22:37:59 +01:00
2022-11-20 07:34:38 +01:00
### `profile_url` {#profile_url}
2020-01-01 22:37:59 +01:00
2022-11-20 07:34:38 +01:00
**Description:** The account owner's profile URL on the identity provider.\
**Type:** String (URL)\
**Version history:**\
2.8.0 - added
2020-01-01 22:37:59 +01:00
## See also
2022-11-20 07:34:38 +01:00
{{< page-relref ref = "methods/accounts#identity_proofs" caption = "GET /api/v1/accounts/:id/identity_proofs" > }}
2020-01-01 22:37:59 +01:00
2022-11-20 07:34:38 +01:00
{{< caption-link url = "https://github.com/mastodon/mastodon/pull/17045" caption = "Remove Keybase integration (#17045)" > }}
2020-01-01 22:37:59 +01:00