Stop a team user from expiring

This function stops a team user from expiring.

SecurityBasicAuth
Request
query Parameters
user
required
string

The username of the team user.

Example: user=teamUser
Responses
200

HTTP Request was successful.

Response Schema: application/json
apiversion
integer

The version of the API.

func
string

The name of the method called.

module
string

The name of the module called.

object
get/Team/cancel_expire
Request samples
uapi --output=jsonpretty \
  --user=username \
  Team \
  cancel_expire \
  user='teamUser'
Response samples
application/json
{
  • "apiversion": 3,
  • "func": "expire_team_user",
  • "module": "Team",
  • "result": {
    • "data": { },
    • "errors": null,
    • "messages": null,
    • "metadata": {
      • "transformed": 1
      },
    • "status": 1,
    • "warnings": null
    }
}