Skip to content

ortelius/scec-user

Repository files navigation

Ortelius v11 User Microservice

Version 11.0.0

RestAPI for the User Object Release license

Build MegaLinter CodeQL OpenSSF-Scorecard

Discord

Path Table

Method Path Description
GET /msapi/user Get a List of Users
POST /msapi/user Create a User
GET /msapi/user/:key Get a User

Reference Table

Name Path Description

Path Details


[GET]/msapi/user

  • Summary
    Get a List of Users

  • Description
    Get a list ofthe user.

Responses

  • 200 OK

[POST]/msapi/user

  • Summary
    Create a User

  • Description
    Create a new User and persist it

Responses

  • 200 OK

[GET]/msapi/user/:key

  • Summary
    Get a User

  • Description
    Get a user based on the _key or name.

Responses

  • 200 OK

References