Skip to main content

UserWithoutRelationListResponseWrapper

Response containing List of UserWithoutRelationResponseDto

successboolean
data object[]
  • Array [
  • idstring
    typeProfilstring
    userIdstring
    codeProfilstring[]
    initiatorboolean
  • ]
  • messagestring
    UserWithoutRelationListResponseWrapper
    {
    "success": true,
    "data": [
    {
    "id": "string",
    "typeProfil": "string",
    "userId": "string",
    "codeProfil": [
    "string"
    ],
    "initiator": true
    }
    ],
    "message": "string"
    }