Skip to content

Update variable account settings

Request

Update variable account settings

Security
basicAuth
Query
namestring

The new account organization name

inactive_session_timeoutinteger

The login session timeout period for inactivity

absolute_session_timeoutinteger

The login session timeout period limit

logout_redirect_urlstring

The url to redirect to upon logout

curl -i -X PUT \
  -u '<username>:<password>' \
  'https://api.mailgun.net/v5/accounts?name=string&inactive_session_timeout=0&absolute_session_timeout=0&logout_redirect_url=string'

Responses

Successfully updated the account setting(s)

Bodyapplication/json
messagestring

Response message

Response
{ "message": "Account info has been updated" }