Skip to content

Successful GroupApi.removeMember throws GitLabApiException #113

@neuronfarms

Description

@neuronfarms

// even when successful, the following GroupApi call throws a GitLabApiException
try {
groupApi.removeMember(foundGroup.getId(), gitlabUser.getId());
} catch(GitLabApiException e) {
System.out.println(e.getHttpStatus()); // prints 200
System.out.println(e.getMessage()); // prints OK
System.out.println(e.getReason()); // prints OK
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions