{% extends "base.html" %} {% set active_nav = "my-organization" %} {% block title %}API Tokens — {{ target_user_name }} — LSMC Atlas{% endblock %} {% block content %}
{{ target_user_name }} ({{ target_user_email }})
⚠ This user does not have API_ACCESS group membership.
Tokens cannot be created until the user is added to the API_ACCESS group.
| Name | Prefix | Status | Created | Expires | Last Used | Actions |
|---|---|---|---|---|---|---|
| {{ t.token_name }} | {{ t.token_prefix }} |
{% if t.status == 'REVOKED' %} Revoked {% elif t.is_expired %} Expired {% else %} ● Active {% endif %} | {{ t.created_at | format_dt(user_preferences) }} | {{ t.expires_at | format_dt(user_preferences) }} | {{ t.last_used_at | format_dt(user_preferences) if t.last_used_at else '—' }} | {% if t.status != 'REVOKED' and not t.is_expired %} {% else %} — {% endif %} |
No tokens found for this user.