Zum Hauptinhalt springen

Get a ProjectMembership

GET /v2/project-memberships/{projectMembershipId}/
v2
GET
project-get-project-membership

Request

  • projectMembershipIdstring
    required

    ID of the ProjectMembership to be retrieved.

Responses

application/json
  • emailstring (email)
    required

    Email used by the invited user.

  • expiresAtstring (date-time)

    Time the ProjectMembership should expire at.

  • idstring (uuid)
    required

    ID of the ProjectMembership.

  • inheritedboolean
    required

    Whether the ProjectMembership was inherited from a CustomerMembership.

  • inviteIdstring (uuid)

    ID of the ProjectInvite the membership was created from.

  • memberSincestring (date-time)

    Date the projectMembership was created at.

  • mfaboolean
    required

    MFA activated by the user.

  • projectIdstring (uuid)
    required

    ID of the Project the membership is for.

  • rolestring (one of: notset, owner, emailadmin, external)
    required
  • userIdstring (uuid)
    required

    ID of the user the ProjectMembership is for.

Usage examples

$ curl \
--fail \
--location \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/project-memberships/string