Skip to main content
Gets the API tokens owned by the specified user.
External DocumentationTo learn more, visit the Atlassian User Management documentation.

Parameters

ParameterDescription
Account IDThe ID of the user.

Example Output

[
	{
		"createdAt": "2015-04-12T23:20:50.522Z",
		"id": "Container token id. This is the identifier of the system user associated with the container token.",
		"label": "My Addon",
		"lastAccess": "2015-05-12T20:20:50.521Z"
	}
]

Workflow Library Example

List Api Tokens with Atlassian User Management and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop
I