Skip to content

cannot get Tenants , or project  #653

@huytt1992

Description

@huytt1992

I test Creating Tenant but got null.And I test Querying for Tenants return image is null:

Tenant tenant = os.identity().tenants()
.create(Builders().tenant().name("ABC Corp").description("ABC Corporation Tenant").build());

List<? extends Tenant> tenants = os.identity().tenants().list();.

when I'm on server i see is the Project.
i know project as Tenant.
i want to get Projectid and information project.

how to get Object Project. or tenant?

Please , help me, thank you so much

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