Skip to main content

Refresh Session

Extend a user's session. The JWT token returned is valid until the next session timeout occurs. This method requires a valid session token to be passed (token from a prior successful extend or login calls).

Responses

successful operation


Schema
  • customerNames object[]

    Customer names and property list

  • Array [
  • customerName string

    Customer Name

  • prismaId string

    Prisma Identifier

  • tosAccepted boolean

    Terms of Service Accepted

  • ]
  • message string

    Authentication status

  • roles string[]

    List of user permissions based on user role type. This attribute is populated only for the refresh token response.

  • token string

    JSON Web Token (JWT)

Loading...