Skip to main content
Version: latest

Returns a list of user's organizations

GET 

/v1/auth/orgs

Returns a list of user's organizations details and login methods

Responses

OK

Schema

    organizations

    object[]

    Describes a list of user's organization

  • Array [

  • authTypestring

    Describes user's enabled authorization mode

    namestring

    Describes user's organization name

    redirectUrlstring

    Describes user's organization authentication url

    ssoLogins

    object[]

    Describes the allowed sso logins

  • Array [

  • displayNamestring

    Describes the display name for the sso login

    logostring

    Describes the url path for the sso login

    namestring

    Describes the processed name for the sso login

    redirectUristring

    Describes the sso login url for the authentication

  • ]

  • ]

Loading...