Guides
Dash CoreDash PlatformDash.orgDash User DocsLog In
These docs are for v0.24.0. Click to read the latest docs for v0.25-redirect.

Usage: client.platform.identities.get(identityId)
Description: This method will allow you to fetch back an identity from its id.

Parameters:

parameterstyperequiredDescription
identifierstringyesWill fetch back the identity matching the identifier

Example: await client.platform.identities.get('3GegupTgRfdN9JMS8R6QXF3B2VbZtiw63eyudh1oMJAk')

Returns: Identity (or null if it does not exist).