Create a Support PIN
POST
/api/v4/user/support_pin
Creates a Support PIN. The PIN expires seven days after creation. GitLab Support may ask for this PIN to validate your identity.
Authorizations
Section titled “ Authorizations ”Responses
Section titled “ Responses ”Created
Media type application/json
object
pin
The security PIN
string
expires_at
The expiration time of the PIN
string format: date-time
Example generated
{ "pin": "example", "expires_at": "2026-04-15T12:00:00Z"}Bad Request