Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the authentication is successful, the response will be a site-level JWT. The user has been recognised and will now be able to :

  • Perform administrative tasks at site level (e.g. invite users)

  • Access one of the organisations.

🛂 2 - Enter the organisation

...

All the operations authorized by the role(s) of the user can now be performed using the organisation-level JWT.

...

Code Block
        {
            "roles": [
                "5e83028eb44bd34e19de90b3",
                "5e83028eb44bd34e19de90b2",
                "61669fdcd5d6c70b6ff3798e"
            ]
        }

The API call is to a endpoint URI referencing both the user and the organisation

...